Files
anylink/systemd/anylink.service
bjdgyc 1bb76e5d60 fix
2021-08-04 17:33:02 +08:00

16 lines
335 B
Desktop File

[Unit]
Description=AnyLink Server Service
Documentation=https://github.com/bjdgyc/anylink
After=network-online.target
[Service]
Type=simple
User=root
WorkingDirectory=/usr/local/anylink-deploy
Restart=on-failure
RestartSec=5s
ExecStart=/usr/local/anylink-deploy/anylink --conf=./conf/server.toml
[Install]
WantedBy=multi-user.target