mirror of
https://github.com/openziti/zrok.git
synced 2024-11-22 16:13:47 +01:00
16 lines
314 B
Desktop File
16 lines
314 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
|
|
Environment="PFXLOG_NO_JSON=true"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|