Hello I just found this project and I think it will be very useful, while it must be quite a burden to maintain. 💪
I found this error in one of the files I wanted to check:
$ systemdlint jellyfin.service
jellyfin.service:14:error [InvalidValue] - SuccessExitStatus=0 143
According to the official documentation this should be fine:
https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#SuccessExitStatus=
Example 1. A service with the SuccessExitStatus= setting
SuccessExitStatus=TEMPFAIL 250 SIGKILL
Hello I just found this project and I think it will be very useful, while it must be quite a burden to maintain. 💪
I found this error in one of the files I wanted to check:
According to the official documentation this should be fine:
https://www.freedesktop.org/software/systemd/man/latest/systemd.service.html#SuccessExitStatus=