From: INSUN PYO Date: Mon, 20 Aug 2018 00:16:16 +0000 (+0900) Subject: Disable systemd-user-helper X-Git-Tag: submit/tizen/20180903.012036^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F78%2F187078%2F3;p=platform%2Fcore%2Fsystem%2Fsession-utils.git Disable systemd-user-helper Signed-off-by: INSUN PYO Change-Id: I67a4cadfdd7eda7764bf037030ab72977065c673 --- 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