lxd: add runit check file to ensure lxd socket is available

This commit is contained in:
Jami Kettunen 2022-09-01 16:32:10 +03:00 committed by Andrew J. Hesford
parent 112d3731a0
commit 3ae92eb699
2 changed files with 3 additions and 1 deletions

2
srcpkgs/lxd/files/lxd/check Executable file
View File

@ -0,0 +1,2 @@
#!/bin/sh
lxc config show >/dev/null 2>&1

View File

@ -1,7 +1,7 @@
# Template file for 'lxd'
pkgname=lxd
version=5.9
revision=1
revision=2
build_style=go
go_import_path=github.com/lxc/lxd
go_build_tags=libsqlite3