feat: add incus
- manage the build of incus, incus-tools and incus-client
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/sh
|
||||
|
||||
if ! systemctl -q is-active incus.service; then
|
||||
exit 0
|
||||
fi
|
||||
|
||||
exec /usr/lib/incus/incusd shutdown
|
||||
Reference in New Issue
Block a user