chiark / gitweb /
service: rename Type=finish to Type=oneshot and allow multiple ExecStart= lines for...
authorLennart Poettering <lennart@poettering.net>
Fri, 13 Aug 2010 16:23:01 +0000 (18:23 +0200)
committerLennart Poettering <lennart@poettering.net>
Fri, 13 Aug 2010 16:23:01 +0000 (18:23 +0200)
commit34e9ba669e75fb3b8f481076e75df5c2abb8192b
tree50027c6f4abe34d67d7309c4d6009131701dee88
parent00b07cb3f3e26511f0627af686aa18652e780177
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".
24 files changed:
fixme
man/systemd.service.xml
src/dbus-manager.c
src/service.c
src/service.h
test1/permissions.service
units/arch/halt.service
units/arch/poweroff.service
units/arch/reboot.service
units/fedora/halt.service
units/fedora/killall.service
units/fedora/plymouth-quit.service
units/fedora/poweroff.service
units/fedora/reboot.service
units/gentoo/halt.service
units/gentoo/killall.service
units/gentoo/poweroff.service
units/gentoo/reboot.service
units/session/exit.service.in
units/suse/halt.service
units/suse/poweroff.service
units/suse/reboot.service
units/systemd-update-utmp-runlevel.service.in
units/systemd-update-utmp-shutdown.service.in