mirror of
https://github.com/zhaojh329/rttys.git
synced 2026-02-27 09:53:21 +08:00
15 lines
284 B
Desktop File
15 lines
284 B
Desktop File
[Unit]
|
|
Description=RTTYS - Remote Terminal Access Server
|
|
Documentation=https://github.com/zhaojh329/rttys
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=/usr/bin/rttys -c /etc/rttys/rttys.conf
|
|
Restart=always
|
|
RestartSec=5
|
|
TimeoutStopSec=10
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|