mirror of
https://github.com/openziti/zrok.git
synced 2025-01-04 04:58:59 +01:00
15 lines
280 B
Desktop File
15 lines
280 B
Desktop File
[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
|