blob: 1ef449775306866e78cf2274dd7ed7c0d283fc69 [file] [log] [blame]
[Unit]
Description=Linux Container %I
After=network.target
[Service]
Restart=always
ExecStart=/usr/sbin/lxc-start -n %i
ExecReload=/usr/sbin/lxc-restart -n %i
ExecStop=/usr/sbin/lxc-stop -n %i
[Install]
WantedBy=multi-user.target