summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Collapse)Author
2010-07-03snapshot: downgrade automatic dependencies from Requires to WantsLennart Poettering
2010-07-03unit: add DefaultDependencies= settingLennart 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-03unit: simplify things a little by introducing API to add two dependencies in ↵Lennart Poettering
one step
2010-07-02execute: check tcpwrap for sockets passed via new-style socket passing as well.Lennart Poettering
2010-07-02systemctl: implement delete commandLennart Poettering
2010-07-02automount: add DirectoryMode= settingLennart Poettering
2010-07-02mount: automatically create non-existing mount point dirs prior to mountingLennart Poettering
2010-07-01man: document socket unitsLennart Poettering
2010-07-01systemd: include /etc/systemd/system/ and /lib/systemd/system/ in search ↵Lennart Poettering
path unconditionally
2010-07-01man: finish service man pageLennart Poettering
2010-07-01socket: define IP_FREEBIND if not definedKay Sievers
2010-07-01systemd: add IP TOS field to --dump-configuration-items outputLennart Poettering
2010-07-01socket: on ipv6 try to use IPV6_UNICAST_HOPS sockoptLennart Poettering
2010-07-01systemctl: fix detection of active unitsLennart Poettering
2010-07-01systemadm: update signal connection for new valaLennart Poettering
2010-07-01systemctl: return error codes for failed jobsLennart Poettering
2010-07-01snapshot: ensure that snapshots cannot be created unless with create_snapshotLennart Poettering
2010-07-01unit: shorten active state enums to make systemctl output nicerLennart Poettering
2010-07-01socket: fix D-Bus introspection dataLennart Poettering
2010-07-01systemctl: add 'check' callLennart Poettering
2010-07-01systemctl: block by defaultLennart Poettering
2010-07-01unit: add new abstracted maintenance state for unitsLennart Poettering
2010-07-01socket: make various socket/pipe options configurableLennart Poettering
2010-07-01core: rename struct timestamp to dual_timestamp to avoid name clash with IP ↵Lennart Poettering
system headers
2010-06-24utils: show help blurb when run without any argumentsLennart Poettering
2010-06-24systemctl: minor --help rewordingLennart Poettering
2010-06-24path-lookup: unconditionally check /usr and /usr/share unit directoriesLennart Poettering
2010-06-24manager: both rescue and emergency should be started in isolate modeLennart Poettering
2010-06-24log: unify log env var prefixLennart Poettering
2010-06-24sd-daemon: refer to the man pagesLennart Poettering
2010-06-24pam: make sure we don't assign colliding session ids if we get our session ↵Lennart Poettering
ids from multiple sources
2010-06-24minor fixes to help textsLennart Poettering
2010-06-23man: start documenting systemd itselfLennart Poettering
2010-06-23pam: dont use $XDG_SESSION_COOKIE since CK wants that to be secret. Come up ↵Lennart Poettering
with our own $XDG_SESSION_ID based on /proc/self/sessionid if that is available
2010-06-23minor typo fixesLennart Poettering
2010-06-23man: document sd-daemon.[ch]Lennart Poettering
2010-06-22systemctl: fix systemctl help textLennart Poettering
2010-06-22service: rework logic when we consider a service runningLennart Poettering
2010-06-22conf-parser: check all parse callbacksLennart Poettering
2010-06-21pam: implement systemd PAM module and generelize cgroup API for that a bitLennart Poettering
2010-06-21notify: add systemd-notify --bootedLennart Poettering
2010-06-21sd-daemon: introduce sd_booted() and set ELF visibility to hidden for all ↵Lennart Poettering
symbols
2010-06-19systemctl: make upstart glue code talk to upstart via private abstarct bus ↵Lennart Poettering
and verify its UID owner
2010-06-19service: require KillMode=control-group when PAM is enabledLennart Poettering
2010-06-19unit: make unit casts typesafeLennart Poettering
2010-06-19initctl: add some checks before starting upLennart Poettering
2010-06-19initctl: talk to systemd via the abstract private busLennart Poettering
2010-06-19unit: get rid of various unnecessary castsLennart Poettering
2010-06-19don't use 'long long' unless we have a really good reason toLennart Poettering
2010-06-19socket: enforce limit on number of concurrent connectionsLennart Poettering