]> git.proxmox.com Git - pve-container.git/blame - src/pve-container-debug@.service
fix #3140: allow iface suffix on link local dns address
[pve-container.git] / src / pve-container-debug@.service
CommitLineData
cc9967d2
TL
1# based on lxc@.service, but without an install section because
2# starting and stopping should be initiated by PVE code, not
3# systemd.
4[Unit]
5Description=PVE LXC Container: %i
6DefaultDependencies=No
7After=lxc.service
8Wants=lxc.service
9Documentation=man:lxc-start man:lxc man:pct
10
11[Service]
12Type=simple
13Delegate=yes
14KillMode=mixed
15TimeoutStopSec=120s
16ExecStart=/usr/bin/lxc-start -F -n %i -o /dev/stderr -l DEBUG
17ExecStop=/usr/share/lxc/pve-container-stop-wrapper %i
18# Environment=BOOTUP=serial
19# Environment=CONSOLETYPE=serial
20# Prevent container init from putting all its output into the journal
21StandardOutput=null
22StandardError=file:/run/pve/ct-%i.stderr