641af2dd6a
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 lines
209 B
SYSTEMD
13 lines
209 B
SYSTEMD
[Unit]
|
|
Description=Proxmox VE LXC Syscall Daemon
|
|
Before=pve-guests.service
|
|
|
|
[Service]
|
|
#FIXME!!!
|
|
Type=simple
|
|
ExecStart=%LIBEXECDIR%/pve/pve-lxc-syscalld
|
|
Restart=on-failure
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|