aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-support-ivi/ecryptfs-utils/files/ecryptfs.service
diff options
context:
space:
mode:
Diffstat (limited to 'recipes-support-ivi/ecryptfs-utils/files/ecryptfs.service')
-rw-r--r--recipes-support-ivi/ecryptfs-utils/files/ecryptfs.service12
1 files changed, 12 insertions, 0 deletions
diff --git a/recipes-support-ivi/ecryptfs-utils/files/ecryptfs.service b/recipes-support-ivi/ecryptfs-utils/files/ecryptfs.service
new file mode 100644
index 0000000..ba12aa3
--- /dev/null
+++ b/recipes-support-ivi/ecryptfs-utils/files/ecryptfs.service
@@ -0,0 +1,12 @@
+[Unit]
+Description=A userspace daemon that runs as the user perform file operations under the eCryptfs mount point
+After=udev.service
+
+[Service]
+Type=oneshot
+ExecStart=/usr/bin/ecryptfsd
+RemainAfterExit=yes
+
+[Install]
+WantedBy=multi-user.target
+