You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
15 lines
298 B
INI
15 lines
298 B
INI
7 years ago
|
[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
|