Systemd/units/gentoo/killall.service
Lennart Poettering b5e9dba8d6 unit: rename OnlyByDependency= to RefuseManualStart= and introduce 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-11 01:44:37 +02:00

19 lines
488 B
Desktop File

# This file is part of systemd.
#
# 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.
[Unit]
Description=Kill All Processes
DefaultDependencies=no
After=shutdown.target
RefuseManualStart=yes
[Service]
Type=finish
ValidNoProcess=yes
ExecStart=-/etc/init.d/killprocs start
StandardOutput=tty