All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ecryptfs-utils: Modify systemd service file to 'simple'.
@ 2013-06-19 10:53 Noor, Ahsan
  2013-06-20  2:31 ` Khem Raj
  0 siblings, 1 reply; 4+ messages in thread
From: Noor, Ahsan @ 2013-06-19 10:53 UTC (permalink / raw)
  To: holger.behrens, florin.sarbu; +Cc: yocto, Mikhail Durnev

From: Noor <noor_ahsan@mentor.com>

Signed-off-by: Mikhail Durnev <mikhail_durnev@mentor.com>
Signed-off-by: Noor Ahsan <noor_ahsan@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



^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2013-06-20  4:49 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2013-06-19 10:53 [PATCH] ecryptfs-utils: Modify systemd service file to 'simple' Noor, Ahsan
2013-06-20  2:31 ` Khem Raj
2013-06-20  4:17   ` Mikhail Durnev
2013-06-20  4:49     ` Khem Raj

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.