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




Reply via email to