From c3aa7513fd438577690608c83e81af0eddc377bd Mon Sep 17 00:00:00 2001 From: INSUN PYO Date: Wed, 8 Aug 2018 13:33:28 +0900 Subject: [PATCH] Change user and group of wait-mount@.service to system_fw Signed-off-by: INSUN PYO Change-Id: I1350a50b16ea17fc04cfcaedcf349d0bc493ab41 --- filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service | 2 ++ 1 file changed, 2 insertions(+) diff --git a/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service b/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service index 8c28587..c667a80 100644 --- a/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service +++ b/filesystem/usr/lib/systemd/system/wait-mount@opt-usr.service @@ -5,5 +5,7 @@ DefaultDependencies=no [Service] Type=oneshot RemainAfterExit=true +User=system_fw +Group=system_fw SmackProcessLabel=System ExecStart=/usr/bin/true -- 2.34.1