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