aboutsummaryrefslogtreecommitdiffstats
path: root/recipes-security/ecryptfs-utils/files/ecryptfs.service
blob: c23a03aa4ce9194543290a6195ac79c5ea5d6999 (plain)
1
2
3
4
5
6
7
8
9
[Unit]
Description=A userspace daemon that runs as the user perform file operations under the eCryptfs mount point
After=udev.service

[Service]
ExecStart=/usr/bin/ecryptfsd -f

[Install]
WantedBy=multi-user.target