Make logid service restart after failure

Workaround, should fix bug #39.
This commit is contained in:
PixlOne 2020-04-07 15:07:06 -04:00
parent 00298c00ab
commit 2ed3efaed4

View File

@ -6,6 +6,8 @@ Type=simple
ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
User=root
ExecReload=/bin/kill -HUP $MAINPID
Restart=on-failure
StartLimitIntervalSec=0
[Install]
WantedBy=multi-user.target