summaryrefslogtreecommitdiff
path: root/src/load-fragment.c
AgeCommit message (Expand)Author
2010-10-13unit: add minimal condition checker for unit startupLennart Poettering
2010-10-08unit: rename 'banned' load state to 'masked'Lennart Poettering
2010-10-08service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering
2010-10-08systemctl: fix 'systemctl enable getty@.service'Lennart Poettering
2010-10-08unit: introduce 'banned' load state for units symlinked to /dev/nullLennart Poettering
2010-10-05socket: make sockets to pass to a service configurableLennart Poettering
2010-10-05socket: make service to start on incoming traffic configurableLennart Poettering
2010-09-27load-fragment: reset fragment_path if we couldn't find a unit file for itLennart Poettering
2010-09-27sysv: optionally disable of SysV init/rcN.d support at compile timeFabiano Fidencio
2010-09-16vconsole: add new utility to initialize the virtual consoleLennart Poettering
2010-08-31exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering
2010-08-30unit: introduce AllowIsolate= switchLennart Poettering
2010-08-17service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering
2010-08-17load-fragment: make parser more forgivingLennart Poettering
2010-08-14emacs: make sure nobody accidently adds tabs to our sourcesLennart Poettering
2010-08-11unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManu...Lennart Poettering
2010-08-03socket: Allow selection of TCP Congestion Avoidance algorithm to socketTomasz Torcz
2010-07-21load: make sure that unit files in /etc/ always take precedence, even over li...Lennart Poettering
2010-07-21unit: allow symlinking unit files to /dev/nullLennart Poettering
2010-07-17job: timeout every job independently of the unitLennart Poettering
2010-07-17systemctl: warn when operating on service files that changed on disk but have...Lennart Poettering
2010-07-12unit: introduce IgnoreDependencyFailure=Lennart Poettering
2010-07-12execute: optionally ignore return status of invoked commandsLennart Poettering
2010-07-11manager: introduce unit path cache to minimize disk accessesLennart Poettering
2010-07-10execute: add ability to configure the kill signalLennart Poettering
2010-07-08dbus: make errors reported via D-Bus more usefulLennart Poettering
2010-07-07service: allow configuration of more than one Exec command in one lineLennart Poettering
2010-07-07util: use quoted word parsing where applicableLennart Poettering
2010-07-07util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word ...Lennart Poettering
2010-07-07main: implement manager configuration fileLennart Poettering
2010-07-05turn negative options into positive optionsLennart Poettering
2010-07-04uniformly suffix time span properties with their unitLennart Poettering
2010-07-04dbus: complete exec coverageLennart Poettering
2010-07-03unit: add DefaultDependencies= settingLennart Poettering
2010-07-02automount: add DirectoryMode= settingLennart Poettering
2010-07-02mount: automatically create non-existing mount point dirs prior to mountingLennart Poettering
2010-07-01systemd: add IP TOS field to --dump-configuration-items outputLennart Poettering
2010-07-01socket: make various socket/pipe options configurableLennart Poettering
2010-06-19socket: enforce limit on number of concurrent connectionsLennart Poettering
2010-06-18execute: handle format strings in User= and other directivesLennart Poettering
2010-06-18service: add minimal access control logic for notifcation socketLennart Poettering
2010-06-18execute: add EnvironmentFile= optionLennart Poettering
2010-06-16service: optionally call into PAM when dropping priviligesLennart Poettering
2010-06-16tcpwrap: execute tcpwrap check in forked client, to avoid blocking name looku...Lennart Poettering
2010-06-16socket: add optional libwrap supportLennart Poettering
2010-06-16install: add systemd-install tool for managing alias/wants symlinksLennart Poettering
2010-06-16util: introduce readlink_and_make_absolute()Lennart Poettering
2010-06-15manager: split off path lookup logic into own .c fileLennart Poettering
2010-06-15set: introduce set_free_free()Lennart Poettering
2010-06-03execute: fix parsing of StandardError= settingLennart Poettering