Same as #1, /usr/libexec/incus/shutdown has this condition:
which will never be satisfied on non-systemd systems.
However, if we directly use incusd shutdown in service incus-startup stop, start-stop-daemon will be unhappy and the system will recognize service incus stop as failed. So, just keep it.
Same as #1,
/usr/libexec/incus/shutdownhas this condition:which will never be satisfied on non-systemd systems.
However, if we directly use
incusd shutdowninservice incus-startup stop,start-stop-daemonwill be unhappy and the system will recognizeservice incus stopas failed. So, just keep it.