Files
rpmbuilder/rpms/incus/resources/shutdown
T
unkinben b18e34c905
Build / build-8 (pull_request) Successful in 10s
Build / build-9 (pull_request) Successful in 10s
feat: additional pre-commit checks
- add all precommit checks from pre-commit's hooks repo
- ensure scripts with shebangs are executable
2026-03-07 17:04:48 +11: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