File: rlinetd.service.invalid

package info (click to toggle)
rlinetd 0.9.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 2,968 kB
  • sloc: sh: 5,173; ansic: 3,212; yacc: 1,585; makefile: 173; lex: 131; sed: 16; perl: 4
file content (27 lines) | stat: -rw-r--r-- 669 bytes parent folder | download | duplicates (2)
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