You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ztncui/build/ztncui.service

15 lines
307 B

[Unit]
Description=ztncui - ZeroTier network controller user interface
Documentation=https://key-networks.com
After=network.target
[Service]
Type=simple
User=ztncui
WorkingDirectory=/opt/key-networks/ztncui
ExecStart=/opt/key-networks/ztncui/ztncui
Restart=on-failure
[Install]
WantedBy=multi-user.target