Added RestartSecs to service file.

This commit is contained in:
John Wiseman 2020-05-25 14:16:14 -07:00
parent dda25dbdc4
commit 7aa8959638

View File

@ -8,6 +8,7 @@ After=network.target
Type=simple
User=advisorycircular
Restart=always
RestartSec=10s
ExecStart=/usr/local/share/advisorycircular/advisorycircular %i
[Install]