Add a delay for auto restart in systemd service
This commit is contained in:
parent
0c7ff3501c
commit
d176ae28fb
1 changed files with 1 additions and 0 deletions
|
@ -9,6 +9,7 @@ Type=simple
|
|||
ExecStart=/usr/local/sbin/shellpki ocsp ocsp.example.com:8888
|
||||
KillMode=process
|
||||
Restart=always
|
||||
RestartSec=2s
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue