12 lines
185 B
Desktop File
12 lines
185 B
Desktop File
[Unit]
|
|
Description=ritned daemon
|
|
|
|
[Service]
|
|
Type=forking
|
|
PIDFile=/var/run/rinetd.pid
|
|
ExecStart=/usr/sbin/rinetd
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|