Make logid service restart after failure
Workaround, should fix bug #39.
This commit is contained in:
parent
00298c00ab
commit
2ed3efaed4
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user