summarylogtreecommitdiffstats
path: root/zero-ui.service
blob: 48124000b041a01f5b5ad6b5236654fd949bb87e (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
[Unit]
Description=Zerotier controller WebUI
Wants=network-online.target
After=network.target network-online.target

[Service]
User=root
Group=root
LimitNOFILE=16384
EnvironmentFile=/etc/zero-ui.conf
ExecStart=/usr/bin/node /usr/share/webapps/zero-ui/backend/bin/www
ExecReload=/bin/kill -HUP $MAINPID
PrivateTmp=true
PrivateHome=true

[Install]
WantedBy=multi-user.target