mirror of
https://github.com/openziti/zrok.git
synced 2025-01-01 11:39:15 +01:00
15 lines
280 B
SYSTEMD
15 lines
280 B
SYSTEMD
|
[Unit]
|
||
|
Description=zrok-ctrl
|
||
|
After=network.target
|
||
|
|
||
|
[Service]
|
||
|
User=ubuntu
|
||
|
WorkingDirectory=/home/ubuntu
|
||
|
ExecStart=/home/ubuntu/local/zrok/bin/zrok ctrl /home/ubuntu/local/etc/zrok.io/zrok-ctrl.yml
|
||
|
Restart=always
|
||
|
RestartSec=2
|
||
|
LimitNOFILE=65535
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|