summaryrefslogtreecommitdiff
path: root/man/systemd.exec.xml
AgeCommit message (Collapse)Author
2011-05-27exec: Fix number of unit typesOzan Çağlayan
There are four unit types mentioned in here, not three
2011-05-18exec: hangup/reset/deallocate VTs in gettysLennart Poettering
Explicitly disconnect all clients from a VT when a getty starts/finishes (requires TIOCVHANGUP, available in 2.6.29). Explicitly deallocate getty VTs in order to flush scrollback buffer. Explicitly reset terminals to a defined state before spawning getty.
2011-04-04exec: support unlimited resourcesLennart Poettering
2011-03-18exec: properly apply capability bounding set, add inverted bounding setsLennart Poettering
2011-03-04man: document changed EnvironmentFile= behaviourLennart Poettering
2011-02-19man: fixed typo in SyslogIdentifier=Mike Kazantsev
2011-02-15execute: optionally forward program output to /dev/console in addition to ↵Lennart Poettering
syslog/kmsg
2011-01-18man: document missing KillSignal= and swap optionsLennart Poettering
2011-01-06fragment: allow prefixing of the EnvironmentFile= path with - to ignore errorsLennart Poettering
2011-01-01man: remaining spelling fixesMiklos Vajna
2010-11-11man: Fix various typosAndrew Edmunds
2010-10-08service: optionally, create INIT_PROCESS/DEAD_PROCESS entries for a serviceLennart Poettering
This should fix accounting for pam_limits and suchlike. https://bugzilla.redhat.com/show_bug.cgi?id=636036
2010-09-06man: Fix small typo: s/seperate/separate/Michael Biebl
2010-08-31exec: replace OOMAdjust= by OOMScoreAdjust= to follow new kernel interfaceLennart Poettering
This replaces OOMAdjust= by OOMScoreAdjust= in the config files, breaking compatibility with older unit files. However, this keeps compat with older kernels which lack the new OOM rework.
2010-07-07man: minor edits to daemon, sd_listen_fds, sd_notify, systemctl, ↵Conrad Meyer
systemd.exec, systemd, and systemd.timer pages Just some minor grammar fixes.
2010-07-07update man pages for recent changesLennart Poettering
2010-07-05turn negative options into positive optionsLennart Poettering
2010-07-04uniformly suffix time span properties with their unitLennart Poettering
2010-07-02man: document execution context related settingsLennart Poettering