mirror of
https://github.com/ilya-zlobintsev/LACT.git
synced 2025-02-25 18:55:26 -06:00
feat: restart daemon if it crashes (just in case)
There hasn't been any real scenario of this happening, but it was requested in https://github.com/ilya-zlobintsev/LACT/issues/359
This commit is contained in:
@@ -5,6 +5,7 @@ After=multi-user.target
|
||||
[Service]
|
||||
ExecStart=lact daemon
|
||||
Nice=-10
|
||||
Restart=on-failure
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
||||
Reference in New Issue
Block a user