mirror of
https://github.com/openziti/zrok.git
synced 2025-04-13 22:09:15 +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]
|
||||
Type=simple
|
||||
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
|
||||
Restart=always
|
||||
RestartSec=3
|
||||
|
Loading…
Reference in New Issue
Block a user