summarylogtreecommitdiffstats
path: root/easytier-example.service
blob: 16a4276c6cc96ded8fdef55576d61a511097dc3d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=EasyTier Service
After=network.target syslog.target
Wants=network.target

[Service]
ExecStart=/usr/bin/easytier-core --ipv4 x.x.x.x --network-name xxx --network-secret yyy --peers tcp://peer_host:11010
Restart=always
User=root

[Install]
WantedBy=multi-user.target