summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorErik Mackdanz <stasibear@gentoo.org>2016-07-13 21:31:33 -0500
committerErik Mackdanz <stasibear@gentoo.org>2016-07-13 21:31:33 -0500
commit181fa35d157157f02add732e0b338c6127b51338 (patch)
tree43ae450e779813574c86a8de31779b8a5f32b36d /app-emulation/lxc/files/lxc_at.service.4
parentapp-backup/btrbk: initial commit for versions 0.23.3 and 9999 (diff)
downloadgentoo-181fa35d157157f02add732e0b338c6127b51338.tar.gz
gentoo-181fa35d157157f02add732e0b338c6127b51338.tar.bz2
gentoo-181fa35d157157f02add732e0b338c6127b51338.zip
app-emulation/lxc: Revbump to repair unit file
Gentoo-bug: 588740 Package-Manager: portage-2.3.0
Diffstat (limited to 'app-emulation/lxc/files/lxc_at.service.4')
-rw-r--r--app-emulation/lxc/files/lxc_at.service.414
1 files changed, 14 insertions, 0 deletions
diff --git a/app-emulation/lxc/files/lxc_at.service.4 b/app-emulation/lxc/files/lxc_at.service.4
new file mode 100644
index 000000000000..64ae7457096c
--- /dev/null
+++ b/app-emulation/lxc/files/lxc_at.service.4
@@ -0,0 +1,14 @@
+[Unit]
+Description=Linux Container %I
+After=network.target
+Wants=lxcfs.service
+
+[Service]
+Restart=always
+ExecStart=/usr/bin/lxc-start -n %i -F
+ExecReload=/usr/bin/lxc-restart -n %i
+ExecStop=/usr/bin/lxc-stop -n %i
+Delegate=yes
+
+[Install]
+WantedBy=multi-user.target