summaryrefslogtreecommitdiff
path: root/units/gentoo
AgeCommit message (Collapse)Author
2010-10-14units: get rid of distro-specific shutdown scripts, replace them by ↵Lennart Poettering
systemd-shutdown invocations
2010-08-17service: rename ValidNoProcess= to RemainAfterExit=Lennart Poettering
2010-08-13service: rename Type=finish to Type=oneshot and allow multiple ExecStart= ↵Lennart Poettering
lines for oneshot services In contrast to the other service types oneshot services are usually not long lasting and there's not necessarily a single clean main process for them. This change allows multiple ExecStart= lines for this type of services so that the admin/developer doesn't have to arbitrarily pick on of various sequential commands as the "main one".
2010-08-11unit: 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-10units: ignore exit codes of killall scriptsLennart Poettering
2010-08-10units: make sure that killall does not wait for the ttyLennart Poettering
2010-07-13units: update other distro units to recent fedora changesLennart Poettering
2010-07-11units: turn Wants=shutdown back into Requires=shutdown to avoid removal of ↵Lennart Poettering
jobs due to the impact minimizer
2010-07-10units: turn shutdown dependencies from Requires into Wants to make things a ↵Lennart Poettering
bit more robust
2010-07-09units: connect shutdown scripts explicitly with the tty, because native ↵Lennart Poettering
units now default to /dev/null stdout otherwise
2010-07-07units: in order to make the default services parseable by GKeyFile, merge ↵Lennart Poettering
repeated lines
2010-07-03units: update shipped unit files for DefaultDependencies=Lennart Poettering
2010-06-02service: change default service type to 'simple' since that is the futureLennart Poettering
2010-06-02units: tear down sys-kernel-security.automount automount point on shutdownLennart Poettering
2010-06-02units: add SUSE service filesKay Sievers
2010-05-24units: fix Gentoo servicesMarc-Antoine Perennou
2010-05-20units: add services for GentooMarc-Antoine Perennou