zrok/docs/network/prod/zrok-http-frontend.service
2022-09-06 13:32:57 -04:00

16 lines
336 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 -e 0.0.0.0:8080 /home/ubuntu/.zrok/frontend.json
Restart=always
RestartSec=2
LimitNOFILE=65535
Environment="PFXLOG_NO_JSON=true"
[Install]
WantedBy=multi-user.target