mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-28 08:48:52 +00:00
12 lines
179 B
SYSTEMD
12 lines
179 B
SYSTEMD
|
[Unit]
|
||
|
Description=ZeroTier One
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
ExecStart=/var/lib/zerotier-one/zerotier-one
|
||
|
Restart=always
|
||
|
KillMode=process
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|