Age | Commit message (Collapse) | Author | |
---|---|---|---|
2010-08-17 | service: rename ValidNoProcess= to RemainAfterExit= | Lennart Poettering | |
2010-08-17 | load-fragment: make parser more forgiving | Lennart Poettering | |
2010-08-14 | emacs: make sure nobody accidently adds tabs to our sources | Lennart Poettering | |
2010-08-11 | unit: rename OnlyByDependency= to RefuseManualStart= and introduce ↵ | Lennart Poettering | |
RefuseManualStop= Some unit shall never be start on user request (e.g. shutdown.target) others never be stopped on user request (e.g. auditd.servce), hence offer options for both. | |||
2010-08-03 | socket: Allow selection of TCP Congestion Avoidance algorithm to socket | Tomasz Torcz | |
Hi, attached path extends socket configurables with another knob - TCP Congestion Avoidance selection. Linux implements handful of those, useful in various situations. For example, TCP Low Priority may be used by FTP service to gracefully yield bandwidth for more important TCP/IP streams. Until recently TCP_CONGESTION was Linux-specific, recently FreeBSD 8 and OpenSolaris gained compatible support. | |||
2010-07-21 | load: make sure that unit files in /etc/ always take precedence, even over ↵ | Lennart Poettering | |
link targets, to make them easily overrdiable | |||
2010-07-21 | unit: allow symlinking unit files to /dev/null | Lennart Poettering | |
2010-07-17 | job: timeout every job independently of the unit | Lennart Poettering | |
2010-07-17 | systemctl: warn when operating on service files that changed on disk but ↵ | Lennart Poettering | |
haven't been reloaded | |||
2010-07-12 | unit: introduce IgnoreDependencyFailure= | Lennart Poettering | |
2010-07-12 | execute: optionally ignore return status of invoked commands | Lennart Poettering | |
2010-07-11 | manager: introduce unit path cache to minimize disk accesses | Lennart Poettering | |
2010-07-10 | execute: add ability to configure the kill signal | Lennart Poettering | |
2010-07-08 | dbus: make errors reported via D-Bus more useful | Lennart Poettering | |
2010-07-07 | service: allow configuration of more than one Exec command in one line | Lennart Poettering | |
2010-07-07 | util: use quoted word parsing where applicable | Lennart Poettering | |
2010-07-07 | util: implement safe_atolu based on safe_atolli/safe_atoi, depending on word ↵ | Lennart Poettering | |
size | |||
2010-07-07 | main: implement manager configuration file | Lennart Poettering | |
2010-07-05 | turn negative options into positive options | Lennart Poettering | |
2010-07-04 | uniformly suffix time span properties with their unit | Lennart Poettering | |
2010-07-04 | dbus: complete exec coverage | Lennart Poettering | |
2010-07-03 | unit: add DefaultDependencies= setting | Lennart Poettering | |
In order to simplify writing of unit files introduce default dependencies that are added to all units unless explictly disabled in a unit. This option can be switched off for select units that are involved in early boot-up ot late system shutdown, This should simplify service files for most normal daemons, but breaks existing service files for software involved in early boot (notably udev), which need to be updated for a DefaultDependencies=no setting) | |||
2010-07-02 | automount: add DirectoryMode= setting | Lennart Poettering | |
2010-07-02 | mount: automatically create non-existing mount point dirs prior to mounting | Lennart Poettering | |
2010-07-01 | systemd: add IP TOS field to --dump-configuration-items output | Lennart Poettering | |
2010-07-01 | socket: make various socket/pipe options configurable | Lennart Poettering | |
2010-06-19 | socket: enforce limit on number of concurrent connections | Lennart Poettering | |
2010-06-18 | execute: handle format strings in User= and other directives | Lennart Poettering | |
2010-06-18 | service: add minimal access control logic for notifcation socket | Lennart Poettering | |
2010-06-18 | execute: add EnvironmentFile= option | Lennart Poettering | |
2010-06-16 | service: optionally call into PAM when dropping priviliges | Lennart Poettering | |
2010-06-16 | tcpwrap: execute tcpwrap check in forked client, to avoid blocking name ↵ | Lennart Poettering | |
lookups in main systemd process | |||
2010-06-16 | socket: add optional libwrap support | Lennart Poettering | |
2010-06-16 | install: add systemd-install tool for managing alias/wants symlinks | Lennart Poettering | |
2010-06-16 | util: introduce readlink_and_make_absolute() | Lennart Poettering | |
2010-06-15 | manager: split off path lookup logic into own .c file | Lennart Poettering | |
2010-06-15 | set: introduce set_free_free() | Lennart Poettering | |
2010-06-03 | execute: fix parsing of StandardError= setting | Lennart Poettering | |
2010-05-24 | path: add .path unit type for monitoring files | Lennart Poettering | |
2010-05-24 | timer: fully implement timer units | Lennart Poettering | |
2010-05-21 | unit: add simple only-by-dependency flag for units | Lennart Poettering | |
2010-05-21 | socket: fix parsing of bind_ipv6_only | Lennart Poettering | |
2010-05-19 | load-fragment: add support for overriding argv[0] in parsed command lines | Lennart Poettering | |
2010-05-16 | build-sys: move source files to subdirectory | Lennart Poettering | |