X-Git-Url: http://git.onelab.eu/?p=vserver-reference.git;a=blobdiff_plain;f=systemd%2Flxc-sliceimage.service;fp=systemd%2Flxc-sliceimage.service;h=c3c4d67806c772603548d5cb632ba3a8acec29d8;hp=0000000000000000000000000000000000000000;hb=2a061d4cdf91279d1a72c1c07cad94da519b744e;hpb=e7ad727221575d4adb262862b0823e985e679fb9 diff --git a/systemd/lxc-sliceimage.service b/systemd/lxc-sliceimage.service new file mode 100644 index 0000000..c3c4d67 --- /dev/null +++ b/systemd/lxc-sliceimage.service @@ -0,0 +1,12 @@ +[Unit] +Description=LXC Sliceimage service +Before=nm.service + +[Service] +Type=oneshot +ExecStart=/usr/bin/lxc-sliceimage start +ExecStop=/usr/bin/lxc-sliceimage stop +ExecReload=/usr/bin/lxc-sliceimage reload + +[Install] +WantedBy=multi-user.target