mirror of
https://github.com/gl-inet/glkvm-cloud.git
synced 2026-09-19 09:05:59 +00:00
7edc2ac18e
Signed-off-by: Jianhui Zhao <zhaojh329@gmail.com>
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
|