rpmbuilder/rpms/incus/resources/shutdown
Ben Vincent 7348bdd69e
All checks were successful
Build / build-9 (pull_request) Successful in 18m54s
Build / build-8 (pull_request) Successful in 19m0s
feat: add incus
- manage the build of incus, incus-tools and incus-client
2025-03-29 18:24:21 +11:00

8 lines
114 B
Bash

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