mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2024-12-19 13:07:55 +00:00
13 lines
202 B
Desktop File
13 lines
202 B
Desktop File
[Unit]
|
|
Description=ZeroTier One
|
|
After=network-online.target
|
|
Wants=network-online.target
|
|
|
|
[Service]
|
|
ExecStart=/usr/sbin/zerotier-one
|
|
Restart=always
|
|
KillMode=process
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|