summarylogtreecommitdiffstats
path: root/zju-connect.service
blob: a18d4812062137a8e760c43182624d89f646c2c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=ZJU Connect
After=network-online.target
Wants=network-online.target

[Service]
Restart=on-failure
RestartSec=5s
ExecStart=/usr/bin/zju-connect -config /etc/zju-connect/config.toml

[Install]
WantedBy=multi-user.target