From 3c136f4aabc9cd2526ffab6df6a0175532d4d8f4 Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Mon, 20 Aug 2018 09:16:16 +0900 Subject: [PATCH] Disable systemd-user-helper Signed-off-by: INSUN PYO Change-Id: I67a4cadfdd7eda7764bf037030ab72977065c673 --- units/session-utils.conf | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/units/session-utils.conf b/units/session-utils.conf index 291ef1b..11f3076 100644 --- a/units/session-utils.conf +++ b/units/session-utils.conf @@ -1,10 +1,10 @@ [Service] -Type=forking +#Type=forking -ExecStart= -ExecStart=/usr/bin/systemd-user-helper start %i -ExecStop=/usr/bin/systemd-user-helper stop %i +#ExecStart= +#ExecStart=/usr/bin/systemd-user-helper start %i +#ExecStop=/usr/bin/systemd-user-helper stop %i -PIDFile=/run/user/%i/.systemd.pid +#PIDFile=/run/user/%i/.systemd.pid -MountFlags=slave +MountFlags=slave \ No newline at end of file -- 2.34.1