mirror of
https://github.com/openziti/zrok.git
synced 2025-04-15 06:48:45 +02:00
allow rm unlink command to succeed if socket doesn't exist
This commit is contained in:
parent
94aa4fc2b1
commit
d1f67d4f09
@ -7,7 +7,7 @@ After=network-online.target
|
|||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
UMask=0007
|
UMask=0007
|
||||||
ExecStartPre=/usr/bin/env rm %h/.zrok/agent.socket
|
ExecStartPre=/usr/bin/env rm --force %h/.zrok/agent.socket
|
||||||
ExecStart=/opt/openziti/bin/zrok agent start
|
ExecStart=/opt/openziti/bin/zrok agent start
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=3
|
RestartSec=3
|
||||||
|
Loading…
Reference in New Issue
Block a user