arch-packages/rc-local/rc-local.service

21 lines
523 B
SYSTEMD
Raw Normal View History

2015-09-21 15:00:04 +02:00
# This file is part of systemd.
#
# systemd is free software; you can redistribute it and/or modify it
# under the terms of the GNU Lesser General Public License as published by
# the Free Software Foundation; either version 2.1 of the License, or
# (at your option) any later version.
2015-08-08 20:08:31 +02:00
[Unit]
2015-09-21 15:00:04 +02:00
Description=/etc/rc.local Compatibility
ConditionFileIsExecutable=/etc/rc.local
2015-08-08 20:08:31 +02:00
[Service]
2015-09-21 15:00:04 +02:00
Type=forking
ExecStart=/etc/rc.local start
TimeoutSec=0
StandardOutput=tty
2015-08-08 20:08:31 +02:00
RemainAfterExit=yes
2015-09-21 15:00:04 +02:00
2015-08-08 20:08:31 +02:00
[Install]
WantedBy=multi-user.target