blob: 64ae7457096c19b18ef0ab411026995fee71bec6 [file] [log] [blame]
[Unit]
Description=Linux Container %I
After=network.target
Wants=lxcfs.service
[Service]
Restart=always
ExecStart=/usr/bin/lxc-start -n %i -F
ExecReload=/usr/bin/lxc-restart -n %i
ExecStop=/usr/bin/lxc-stop -n %i
Delegate=yes
[Install]
WantedBy=multi-user.target