diff options
Diffstat (limited to 'testing')
-rw-r--r-- | testing/lxd/APKBUILD | 8 | ||||
-rw-r--r-- | testing/lxd/lxd.confd | 14 |
2 files changed, 11 insertions, 11 deletions
diff --git a/testing/lxd/APKBUILD b/testing/lxd/APKBUILD index e31c900364..cf4fe8f1ca 100644 --- a/testing/lxd/APKBUILD +++ b/testing/lxd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Francesco Colista <fcolista@alpinelinux.org> pkgname=lxd pkgver=2.6.2 -pkgrel=0 +pkgrel=1 pkgdesc="a container hypervisor and a new user experience for LXC" url="https://linuxcontainers.org/lxd/" arch="all" @@ -56,11 +56,11 @@ package() { } md5sums="59a4f949c7cc6bb3846998e9d4e9adaa lxd-2.6.2.tar.gz -66775331b4d7c3cda3c37d91920f6589 lxd.confd +2c96bafda8b4ae10d07f2d6c9cf854a9 lxd.confd 6e48df5cdd6fb7f474fe4dccbc93d627 lxd.initd" sha256sums="a7c5e584a6fcb867a3e57818dbbbcd11b13195111fb883e16104d3c72603cd58 lxd-2.6.2.tar.gz -d21ac218217c182b2b5bd8b3b245571dee07acc16f8ac16dd46f6e72bc39f08b lxd.confd +bfc30cebe9d2a960da78e73bc3b56eebc70f6f9c85a30b0088a4bdf5e84c9c25 lxd.confd 0d11e2473b1c6bbbeaad1fc0dde8aeb37eb09b7a5152db13e0bc60935e597442 lxd.initd" sha512sums="160c338a7b99a281ac51357e09ebb3090bb7efd785699e9daeccf8dea8d8bd78f3274d7885a9b9cc0322ab9909f958dc35a64a0017597efd856fc3b0af533358 lxd-2.6.2.tar.gz -bc0966577cdfbf8cb4b810a9a5a85cb7dfd8777d9f47a8bb191cd3ae46e8b390c90810d115dbe60bb94bd800f65a6f5cd14a9fce83a5035ea7d89eb66672ba7a lxd.confd +2cb9b840a5893137aa6fb6d76c53004f153ef811aae9e354954484d191ee69529072820530ac202fc6fb3c0867aabedcdf1a573d79cfdd6405b927dcf6e4e5a5 lxd.confd b9d0d4b47832ccfe5545112be9b4dda95de2c368bb617295d83d294153db8605581e243464369cfbe660afc2cb67b8f38d99695fd8d77c6710dbab4462a5b0cc lxd.initd" diff --git a/testing/lxd/lxd.confd b/testing/lxd/lxd.confd index d957dc6fdf..db6f16c2c4 100644 --- a/testing/lxd/lxd.confd +++ b/testing/lxd/lxd.confd @@ -4,24 +4,24 @@ LXD_OPTIONS=" --group lxd" # Enable cpu profiling into the specified file -#LXD_OPTIONS+=" --cpuprofile /tmp/lxc_cpu_profile" +#LXD_OPTIONS=" --cpuprofile /tmp/lxc_cpu_profile" # Enable memory profiling into the specified file -#LXD_OPTIONS+=" --memprofile /tmp/lxc_mem_profile" +#LXD_OPTIONS=" --memprofile /tmp/lxc_mem_profile" # Enables debug mode -#LXD_OPTIONS+=" --debug" +#LXD_OPTIONS=" --debug" # For debugging, print a complete stack trace every n seconds -#LXD_OPTIONS+=" --print-goroutines-every 5" +#LXD_OPTIONS=" --print-goroutines-every 5" # Enables verbose mode -#LXD_OPTIONS+=" -v" +#LXD_OPTIONS=" -v" # Logfile to log to -#LXD_OPTIONS+=" --logfile /var/log/lxd/lxd.log" +#LXD_OPTIONS=" --logfile /var/log/lxd/lxd.log" # Enables syslog logging -#LXD_OPTIONS+=" --syslog" +#LXD_OPTIONS=" --syslog" |