mirror of
https://github.com/weaselshit/incus-rpm.git
synced 2025-12-10 03:21:15 +00:00
8 lines
114 B
Bash
Executable File
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
|