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:
Ilya Zlobintsev
2024-08-15 10:31:09 +03:00
parent 88e9026c78
commit 48c4a8a102

View File

@@ -5,6 +5,7 @@ After=multi-user.target
[Service]
ExecStart=lact daemon
Nice=-10
Restart=on-failure
[Install]
WantedBy=multi-user.target