1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
|
# This file is not installed, because it prevents rlinetd
# from staring ssh (when ssh is configured to start as
# rlinetd service) after reboot due to 'missing separation
# directory /run/sshd')
#
# Based on file generated by systemd-sysv-generator
[Unit]
Description=rlinetd - internet super-server
Documentation=man:rlinetd(8)
Before=multi-user.target graphical.target
After=remote-fs.target network-online.target
Wants=network-online.target
[Service]
Type=forking
Restart=no
TimeoutSec=5min
IgnoreSIGPIPE=no
KillMode=process
GuessMainPID=no
RemainAfterExit=yes
ExecStart=/usr/sbin/rlinetd
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|