gentoo-ebuilds/app-containers/lxc/files/lxc-monitord.service.5.0.0
Joonas Niilola 0d0aea3ac1
app-containers/lxc: add 5.0.0
- build system switched to meson, so dropping all keywords off,
 - some changes to handling systemd in general - there's a chance gentoo-lxc
   on systemd breaks due to this (did my best to test it but...)

Signed-off-by: Joonas Niilola <juippis@gentoo.org>
2022-07-18 10:01:04 +03:00

11 lines
219 B
Text

[Unit]
Description=LXC Container Monitoring Daemon
After=syslog.service network.target
Documentation=man:lxc
[Service]
Type=simple
ExecStart=/usr/libexec/lxc/lxc-monitord --daemon
[Install]
WantedBy=multi-user.target