[gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc_at.service.2

2015-03-21 Thread Markos Chandras (hwoarang)
hwoarang15/03/21 10:38:38

  Modified: lxc_at.service.2
  Log:
  Revbump to fix systemd file paths. Bug #543970
  
  (Portage version: 2.2.18/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.2  app-emulation/lxc/files/lxc_at.service.2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?rev=1.2view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?rev=1.2content-type=text/plain
diff : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?r1=1.1r2=1.2

Index: lxc_at.service.2
===
RCS file: /var/cvsroot/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- lxc_at.service.215 Feb 2015 15:38:19 -  1.1
+++ lxc_at.service.221 Mar 2015 10:38:38 -  1.2
@@ -5,9 +5,9 @@
 [Service]
 Restart=always
 ExecStartPre=/usr/libexec/lxc/lxc-devsetup
-ExecStart=/usr/sbin/lxc-start -n %i -F
-ExecReload=/usr/sbin/lxc-restart -n %i
-ExecStop=/usr/sbin/lxc-stop -n %i
+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]






[gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc_at.service.2

2015-02-15 Thread Markos Chandras (hwoarang)
hwoarang15/02/15 15:38:19

  Added:lxc_at.service.2
  Log:
  Since 1.1.0, guests are started in daemon mode so adapt the systemd service 
file. Also add missing Delegate=yes to facilitate systemd containers. Bug 
#540076 by Joachim Herb
  
  (Portage version: 2.2.17/cvs/Linux x86_64, signed Manifest commit with key 
09BF4F54C2BA7F3C!)

Revision  ChangesPath
1.1  app-emulation/lxc/files/lxc_at.service.2

file : 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?rev=1.1view=markup
plain: 
http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?rev=1.1content-type=text/plain

Index: lxc_at.service.2
===
[Unit]
Description=Linux Container %I
After=network.target

[Service]
Restart=always
ExecStartPre=/usr/libexec/lxc/lxc-devsetup
ExecStart=/usr/sbin/lxc-start -n %i -F
ExecReload=/usr/sbin/lxc-restart -n %i
ExecStop=/usr/sbin/lxc-stop -n %i
Delegate=yes

[Install]
WantedBy=multi-user.target