summarylogtreecommitdiffstats
path: root/lxc-auto.service
blob: ac93e5603eba2660f7021dad0e3be62daa1e9e2f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Autostart LXC Container
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/lxc-autostart
ExecStop=/usr/bin/lxc-autostart -s
Delegate=true
TasksMax=32768

[Install]
WantedBy=multi-user.target