mirror of
https://git.proxmox.com/git/lxc
synced 2025-08-18 16:28:10 +00:00
39 lines
1.2 KiB
Diff
39 lines
1.2 KiB
Diff
From e68a4291abec1c140fffbc8c954ff9596b17aad4 Mon Sep 17 00:00:00 2001
|
|
From: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
|
Date: Fri, 10 Feb 2017 09:14:55 +0100
|
|
Subject: [PATCH 2/9] jessie/systemd: remove Delegate flag to silence warnings
|
|
|
|
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
|
---
|
|
config/init/systemd/lxc.service.in | 1 -
|
|
config/init/systemd/lxc@.service.in | 1 -
|
|
2 files changed, 2 deletions(-)
|
|
|
|
diff --git a/config/init/systemd/lxc.service.in b/config/init/systemd/lxc.service.in
|
|
index 7754191..bdd5828 100644
|
|
--- a/config/init/systemd/lxc.service.in
|
|
+++ b/config/init/systemd/lxc.service.in
|
|
@@ -12,7 +12,6 @@ ExecStart=@LIBEXECDIR@/lxc/lxc-containers start
|
|
ExecStop=@LIBEXECDIR@/lxc/lxc-containers stop
|
|
# Environment=BOOTUP=serial
|
|
# Environment=CONSOLETYPE=serial
|
|
-Delegate=yes
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
|
|
diff --git a/config/init/systemd/lxc@.service.in b/config/init/systemd/lxc@.service.in
|
|
index 44d11e8..6b8b5ff 100644
|
|
--- a/config/init/systemd/lxc@.service.in
|
|
+++ b/config/init/systemd/lxc@.service.in
|
|
@@ -13,7 +13,6 @@ TimeoutStopSec=120s
|
|
ExecStart=@BINDIR@/lxc-start -F -n %i
|
|
# Environment=BOOTUP=serial
|
|
# Environment=CONSOLETYPE=serial
|
|
-Delegate=yes
|
|
StandardOutput=syslog
|
|
StandardError=syslog
|
|
|
|
--
|
|
2.1.4
|
|
|