mirror of
https://github.com/void-linux/void-packages.git
synced 2025-06-07 23:53:51 +02:00
lxd: add runit check file to ensure lxd socket is available
This commit is contained in:
parent
112d3731a0
commit
3ae92eb699
2 changed files with 3 additions and 1 deletions
2
srcpkgs/lxd/files/lxd/check
Executable file
2
srcpkgs/lxd/files/lxd/check
Executable file
|
@ -0,0 +1,2 @@
|
||||||
|
#!/bin/sh
|
||||||
|
lxc config show >/dev/null 2>&1
|
|
@ -1,7 +1,7 @@
|
||||||
# Template file for 'lxd'
|
# Template file for 'lxd'
|
||||||
pkgname=lxd
|
pkgname=lxd
|
||||||
version=5.9
|
version=5.9
|
||||||
revision=1
|
revision=2
|
||||||
build_style=go
|
build_style=go
|
||||||
go_import_path=github.com/lxc/lxd
|
go_import_path=github.com/lxc/lxd
|
||||||
go_build_tags=libsqlite3
|
go_build_tags=libsqlite3
|
||||||
|
|
Loading…
Add table
Reference in a new issue