7bb69bd3f6
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 lines
269 B
SYSTEMD
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
|