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:
pixl 2023-05-03 17:51:14 -04:00
parent 2815fc50f8
commit 5547f52cad
No known key found for this signature in database
GPG Key ID: 1866C148CD593B6E

View File

@ -8,7 +8,6 @@ Wants=multi-user.target
Type=simple
ExecStart=${CMAKE_INSTALL_PREFIX}/bin/logid
User=root
Restart=on-failure
[Install]
WantedBy=graphical.target