mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
13 lines
324 B
Desktop File
13 lines
324 B
Desktop File
[Unit]
|
|
Description=rttys
|
|
After=network.target
|
|
|
|
[Service]
|
|
PIDFile=/var/run/rttys.pid
|
|
ExecStart=/usr/local/bin/rttys -port 5912 -ssl-cert /etc/rttys/rttys.crt -ssl-key /etc/rttys/rttys.key
|
|
ExecStop=/sbin/start-stop-daemon --quiet --stop --retry QUIT/5 --pidfile $PIDFile
|
|
TimeoutStopSec=5
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|