chiark / gitweb /
execute: simplify stdin/stderr/stdout fixup a little
[elogind.git] / units / fedora / reboot.service
index 45a2934972018da9471260ef396e3c0152a64568..da83fa067cfdf86b3f955a6f3543bc1e4527539d 100644 (file)
@@ -15,8 +15,6 @@
 #  You should have received a copy of the GNU General Public License
 #  along with systemd; If not, see <http://www.gnu.org/licenses/>.
 
-# See systemd.special(7) for details
-
 [Unit]
 Description=Reboot
 Requires=shutdown.target killall.service
@@ -24,5 +22,6 @@ After=shutdown.target killall.service
 
 [Service]
 Type=finish
+ValidNoProcess=yes
 Environment=RUNLEVEL=6
 ExecStart=/etc/init.d/reboot start