X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?a=blobdiff_plain;f=units%2Ffedora%2Fkillall.service;h=b81b6a83d1148a462ed93af8e5b43a6d2afb16f0;hb=918f4c69fabadc328b5ca3bbd9eb73c3e486e103;hp=13bb564ad5d6b3da1e2a227ba5d9d94cc555a855;hpb=1e3fc6541f92cc1c42ba1b3a7bbe4c8c7b918156;p=elogind.git diff --git a/units/fedora/killall.service b/units/fedora/killall.service index 13bb564ad..b81b6a83d 100644 --- a/units/fedora/killall.service +++ b/units/fedora/killall.service @@ -1,24 +1,18 @@ # This file is part of systemd. # -# Copyright 2010 Lennart Poettering -# # systemd is free software; you can redistribute it and/or modify it # under the terms of the GNU General Public License as published by # the Free Software Foundation; either version 2 of the License, or # (at your option) any later version. -# -# systemd is distributed in the hope that it will be useful, but -# WITHOUT ANY WARRANTY; without even the implied warranty of -# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU -# General Public License for more details. -# -# You should have received a copy of the GNU General Public License -# along with systemd; If not, see . [Unit] Description=Kill All Processes +DefaultDependencies=no +After=shutdown.target +RefuseManualStart=yes [Service] -Type=finish -ValidNoProcess=yes -ExecStart=/etc/init.d/killall start +Type=oneshot +RemainAfterExit=yes +ExecStart=-/etc/init.d/killall start +StandardOutput=tty