pve-lxc-syscalld/etc/pve-lxc-syscalld.service.in
Wolfgang Bumiller 7bb69bd3f6 finish service file
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2020-01-22 11:05:50 +01:00

13 lines
269 B
SYSTEMD

[Unit]
Description=Proxmox VE LXC Syscall Daemon
Before=pve-guests.service
[Service]
Type=notify
ExecStart=%LIBEXECDIR%/pve-lxc-syscalld/pve-lxc-syscalld --system /run/pve/lxc-syscalld.sock
RuntimeDirectory=pve
Restart=on-failure
[Install]
WantedBy=multi-user.target