mirror of
https://anongit.gentoo.org/git/repo/gentoo.git
synced 2025-06-10 07:04:13 +02:00
- 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>
11 lines
219 B
Text
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
|