mirror of
https://github.com/RaspbianFrance/raspisms.git
synced 2025-07-21 12:28:45 +02:00
Better handling of raspisms service restart after exception in daemons, and add 5 seconds delay between restart retries
This commit is contained in:
parent
aaa0fe5701
commit
1f8cdcd67c
3 changed files with 7 additions and 1 deletions
|
@ -11,6 +11,7 @@ ExecStart=/usr/share/raspisms/bin/start.sh
|
|||
ExecStop=/usr/share/raspisms/bin/stop.sh
|
||||
WorkingDirectory=/usr/share/raspisms
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue