eudev/units
Lennart Poettering 34e9ba669e service: rename Type=finish to Type=oneshot and allow multiple ExecStart= 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-13 18:23:01 +02:00
..
arch service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services 2010-08-13 18:23:01 +02:00
fedora service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services 2010-08-13 18:23:01 +02:00
gentoo service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services 2010-08-13 18:23:01 +02:00
session service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services 2010-08-13 18:23:01 +02:00
suse service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services 2010-08-13 18:23:01 +02:00
.gitignore utmp: enable systemd-update-utmp by default 2010-08-11 04:38:55 +02:00
Makefile build-sys: add small redirecting Makefiles to simplify compilation from within emacs 2010-05-17 01:44:03 +02:00
basic.target unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManualStop= 2010-08-11 01:44:37 +02:00
bluetooth.target units: add missing target files 2010-07-13 04:05:31 +02:00
dbus.target build-sys: drop special name hack for dbus.service since a native service file is now shipped upstream dbus 2010-07-10 00:22:38 +02:00
dev-hugepages.automount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
dev-hugepages.mount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
dev-mqueue.automount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
dev-mqueue.mount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
emergency.service units: always send HUP when dealing with shells/gettys/logins 2010-08-05 20:29:11 +02:00
emergency.target units: rely only on isolate to remove running services when entering rescue/emergency modes 2010-07-13 00:19:17 +02:00
getty.target units: add [Install] section to getty.target and remote-fs.target 2010-07-22 02:39:21 +02:00
getty@.service.m4 getty: properly synchronize of tty devices being plugged in 2010-08-10 00:21:25 +02:00
graphical.target.m4 manager: when two pending jobs conflict, keep the one that "conflicts", remove the one that is "conflicted" 2010-08-09 22:32:30 +02:00
halt.target unit: add [Install] section to various service files 2010-06-18 21:56:21 +02:00
local-fs.target shorten copyright header of configuration files 2010-05-19 22:14:29 +02:00
mail-transfer-agent.target unit: ship a mail-transfer-agent.target unit by default 2010-05-24 22:30:54 +02:00
multi-user.target.m4 units: rely only on isolate to remove running services when entering rescue/emergency modes 2010-07-13 00:19:17 +02:00
network.target shorten copyright header of configuration files 2010-05-19 22:14:29 +02:00
nss-lookup.target shorten copyright header of configuration files 2010-05-19 22:14:29 +02:00
poweroff.target unit: add [Install] section to various service files 2010-06-18 21:56:21 +02:00
printer.target units: add missing target files 2010-07-13 04:05:31 +02:00
proc-sys-fs-binfmt_misc.automount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
proc-sys-fs-binfmt_misc.mount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
reboot.target unit: add [Install] section to various service files 2010-06-18 21:56:21 +02:00
remote-fs.target.m4 units: add [Install] section to getty.target and remote-fs.target 2010-07-22 02:39:21 +02:00
rescue.target units: rely only on isolate to remove running services when entering rescue/emergency modes 2010-07-13 00:19:17 +02:00
rpcbind.target shorten copyright header of configuration files 2010-05-19 22:14:29 +02:00
rtc-set.target shorten copyright header of configuration files 2010-05-19 22:14:29 +02:00
shutdown.target unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManualStop= 2010-08-11 01:44:37 +02:00
sigpwr.target shorten copyright header of configuration files 2010-05-19 22:14:29 +02:00
smartcard.target units: introduce smartcard.target 2010-07-16 21:32:11 +02:00
sockets.target shorten copyright header of configuration files 2010-05-19 22:14:29 +02:00
swap.target shorten copyright header of configuration files 2010-05-19 22:14:29 +02:00
sys-kernel-debug.automount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
sys-kernel-debug.mount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
sys-kernel-security.automount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
sys-kernel-security.mount mount: add automatic start ordering dependencies for mounts 2010-07-12 22:55:27 +02:00
sysinit.target.m4 unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManualStop= 2010-08-11 01:44:37 +02:00
syslog.target.in units: update shipped unit files for DefaultDependencies= 2010-07-03 19:53:37 +02:00
systemd-initctl.service.in units: update shipped unit files for DefaultDependencies= 2010-07-03 19:53:37 +02:00
systemd-initctl.socket units: update shipped unit files for DefaultDependencies= 2010-07-03 19:53:37 +02:00
systemd-logger.service.in units: update shipped unit files for DefaultDependencies= 2010-07-03 19:53:37 +02:00
systemd-logger.socket units: update shipped unit files for DefaultDependencies= 2010-07-03 19:53:37 +02:00
systemd-update-utmp-runlevel.service.in service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services 2010-08-13 18:23:01 +02:00
systemd-update-utmp-shutdown.service.in service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for oneshot services 2010-08-13 18:23:01 +02:00
umount.target unit: rename OnlyByDependency= to RefuseManualStart= and introduce RefuseManualStop= 2010-08-11 01:44:37 +02:00
var-lock.mount units: fix default mode of /var/run and /var/lock 2010-07-16 18:58:52 +02:00
var-run.mount units: fix default mode of /var/run and /var/lock 2010-07-16 18:58:52 +02:00