mirror of
https://github.com/PixlOne/logiops.git
synced 2025-07-14 05:12:34 +08:00
Do not restart logid on failure
logid is not as buggy as before and should not randomly crash. Generally failures will repeat and the user should investigate why it fails before restarting.
This commit is contained in:
parent
2815fc50f8
commit
5547f52cad
@ -8,7 +8,6 @@ Wants=multi-user.target
|
|||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
|
ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
|
||||||
User=root
|
User=root
|
||||||
Restart=on-failure
|
|
||||||
|
|
||||||
[Install]
|
[Install]
|
||||||
WantedBy=graphical.target
|
WantedBy=graphical.target
|
||||||
|
Loading…
Reference in New Issue
Block a user