lxd: add logging

This commit is contained in:
amak 2020-02-17 17:11:43 +11:00 committed by Juan RP
parent d79e28adb7
commit f7258426c4
3 changed files with 6 additions and 2 deletions

View file

@ -0,0 +1,2 @@
#!/bin/sh
exec vlogger -t lxd

4
srcpkgs/lxd/files/lxd/run Executable file → Normal file
View file

@ -10,4 +10,6 @@ fi
if [ -e /sys/fs/cgroup/cpuset/cgroup.clone_children ]; then
echo 1 > /sys/fs/cgroup/cpuset/cgroup.clone_children 2>/dev/null || :
fi
exec lxd --group lxd 2>&1
[ -r conf ] && . ./conf
exec lxd --group lxd ${OPTS:- --verbose}

View file

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