Files
incus-rpm/shutdown
2024-04-27 09:01:55 -04:00

8 lines
114 B
Bash
Executable File

#!/usr/bin/sh
if ! systemctl -q is-active incus.service; then
exit 0
fi
exec /usr/lib/incus/incusd shutdown