mirror of https://github.com/bjdgyc/anylink.git
16 lines
335 B
SYSTEMD
16 lines
335 B
SYSTEMD
[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
|