* [gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc_at.service.2
@ 2015-02-15 15:38 Markos Chandras (hwoarang)
0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2015-02-15 15:38 UTC (permalink / raw
To: gentoo-commits
hwoarang 15/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 Changes Path
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.1&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?rev=1.1&content-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
^ permalink raw reply [flat|nested] 2+ messages in thread
* [gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc_at.service.2
@ 2015-03-21 10:38 Markos Chandras (hwoarang)
0 siblings, 0 replies; 2+ messages in thread
From: Markos Chandras (hwoarang) @ 2015-03-21 10:38 UTC (permalink / raw
To: gentoo-commits
hwoarang 15/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 Changes Path
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.2&view=markup
plain: http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?rev=1.2&content-type=text/plain
diff : http://sources.gentoo.org/viewvc.cgi/gentoo-x86/app-emulation/lxc/files/lxc_at.service.2?r1=1.1&r2=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.2 15 Feb 2015 15:38:19 -0000 1.1
+++ lxc_at.service.2 21 Mar 2015 10:38:38 -0000 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]
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-03-21 10:38 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-15 15:38 [gentoo-commits] gentoo-x86 commit in app-emulation/lxc/files: lxc_at.service.2 Markos Chandras (hwoarang)
-- strict thread matches above, loose matches on Subject: below --
2015-03-21 10:38 Markos Chandras (hwoarang)
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox