mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-04-20 22:16:54 +02:00
12 lines
202 B
Desktop File
12 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
|