summarylogtreecommitdiffstats
path: root/easytier.service
blob: f6777c45b5d8e4b3b92ba1cb02363b12a5a76278 (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Easytier Application Description
After=network.target

[Service]
ExecStart=easytier-core --ipv4 IP地址 --peers 云端服务地址
Restart=always
User=root

[Install]
WantedBy=multi-user.target