[Unit] Description=Autostart LXC Container After=network.target After=lxc-auto.service [Service] Type=forking ExecStart=/usr/bin/lxc-autostart -g delayedstart ExecStop=/usr/bin/lxc-autostart -s -g delayedstart Delegate=true TimeoutStartSec=0 TimeoutStopSec=5m [Install] WantedBy=multi-user.target