1
0

ztncui.service 307 B

1234567891011121314
  1. [Unit]
  2. Description=ztncui - ZeroTier network controller user interface
  3. Documentation=https://key-networks.com
  4. After=network.target
  5. [Service]
  6. Type=simple
  7. User=ztncui
  8. WorkingDirectory=/opt/key-networks/ztncui
  9. ExecStart=/opt/key-networks/ztncui/ztncui
  10. Restart=on-failure
  11. [Install]
  12. WantedBy=multi-user.target