mirror of
https://github.com/void-linux/void-packages.git
synced 2025-04-17 22:57:01 +02:00
incus: add control/t file for graceful shutdown
Closes: #52554 [via git-merge-pr]
This commit is contained in:
parent
b7e88d7e1b
commit
2f0a48dae1
2 changed files with 3 additions and 1 deletions
2
srcpkgs/incus/files/incus/control/t
Normal file
2
srcpkgs/incus/files/incus/control/t
Normal file
|
@ -0,0 +1,2 @@
|
|||
#!/bin/sh
|
||||
incus admin shutdown
|
|
@ -1,7 +1,7 @@
|
|||
# Template file for 'incus'
|
||||
pkgname=incus
|
||||
version=6.6.0
|
||||
revision=1
|
||||
revision=2
|
||||
build_style=go
|
||||
build_helper=qemu
|
||||
go_import_path=github.com/lxc/incus/v6
|
||||
|
|
Loading…
Add table
Reference in a new issue