]> git.proxmox.com Git - mirror_lxc.git/commit - lxc.spec.in
allow running lxc-monitord as a system daemon
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Mar 2020 13:22:42 +0000 (15:22 +0200)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 31 Mar 2020 13:34:56 +0000 (15:34 +0200)
commitb62782546c6f71b375c52b0a7a518bcb4e466692
treeb5112be5fe2b68a239719d36747413fe528c8197
parentc51c757042209cb9c047179ccf374a74c52939f4
allow running lxc-monitord as a system daemon

lxc-monitord instances are spawned on demand and, if this
happens from a service, the daemon is considered part of
it by systemd, as it is running in the same cgroups. This
can be avoided by leaving it running permanently.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
.gitignore
config/init/systemd/Makefile.am
config/init/systemd/lxc-monitord.service.in [new file with mode: 0644]
configure.ac
lxc.spec.in
src/lxc/cmd/lxc_monitord.c