mirror of
https://github.com/openziti/zrok.git
synced 2024-11-26 01:54:09 +01:00
16 lines
320 B
Desktop File
16 lines
320 B
Desktop File
[Unit]
|
|
Description=zrok-http-frontend
|
|
After=network.target
|
|
|
|
[Service]
|
|
User=ubuntu
|
|
WorkingDirectory=/home/ubuntu
|
|
ExecStart=/home/ubuntu/local/zrok/bin/zrok access public /home/ubuntu/.zrok/frontend.json
|
|
Restart=always
|
|
RestartSec=2
|
|
LimitNOFILE=65535
|
|
Environment="PFXLOG_NO_JSON=true"
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|