mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-08-19 22:33:26 +00:00

The Standard output type "syslog" is obsolete, causing a warning since systemd version 246 [1]. Please consider using "journal" or "journal+console" [1] https://github.com/systemd/systemd/blob/master/NEWS#L202 Signed-off-by: Mingli Yu <mingli.yu@windriver.com>
12 lines
219 B
SYSTEMD
12 lines
219 B
SYSTEMD
[Unit]
|
|
Description=LXC Container Monitoring Daemon
|
|
After=syslog.service network.target
|
|
Documentation=man:lxc
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=@LIBEXECDIR@/lxc/lxc-monitord --daemon
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|