summarylogtreecommitdiffstats
path: root/lxc.service
blob: 4c0c34e3ea159a4aec41f272cbe7e74a51bb11db (plain)
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=%i LXC
After=network.target

[Service]
Type=forking
ExecStart=/usr/bin/lxc-start -d -n %i
ExecStop=/usr/bin/lxc-stop -n %i

[Install]
WantedBy=multi-user.target