[yocto] [PATCH] ecryptfs-utils: Modify systemd service file to 'simple'.

Noor, Ahsan noor_ahsan at mentor.com
Wed Jun 19 03:53:31 PDT 2013


From: Noor <noor_ahsan at mentor.com>

Signed-off-by: Mikhail Durnev <mikhail_durnev at mentor.com>
Signed-off-by: Noor Ahsan <noor_ahsan at mentor.com>
---
 .../ecryptfs-utils/ecryptfs-utils/ecryptfs.service |    4 +---
 1 file changed, 1 insertion(+), 3 deletions(-)

diff --git a/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils/ecryptfs.service b/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils/ecryptfs.service
index ba12aa3..52f3397 100644
--- a/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils/ecryptfs.service
+++ b/recipes-support-ivi/ecryptfs-utils/ecryptfs-utils/ecryptfs.service
@@ -3,9 +3,7 @@ Description=A userspace daemon that runs as the user perform file operations und
 After=udev.service
 
 [Service]
-Type=oneshot
-ExecStart=/usr/bin/ecryptfsd
-RemainAfterExit=yes
+ExecStart=/usr/bin/ecryptfsd -f
 
 [Install]
 WantedBy=multi-user.target
-- 
1.7.9.5




More information about the yocto mailing list