zrok-http-frontend.service -> zrok-access-public.service

This commit is contained in:
Michael Quigley 2022-12-13 11:06:43 -05:00
parent 426f219ea6
commit 0f6e554393
No known key found for this signature in database
GPG Key ID: 9B60314A9DD20A62

View File

@ -5,7 +5,7 @@ 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
ExecStart=/home/ubuntu/local/zrok/bin/zrok access public /home/ubuntu/.zrok/frontend.json
Restart=always
RestartSec=2
LimitNOFILE=65535