Initial import into Fedora

This commit is contained in:
Neal Gompa
2024-04-27 09:01:55 -04:00
parent 855b21032e
commit eedc6db74f
15 changed files with 646 additions and 0 deletions

7
shutdown Executable file
View File

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