1[Unit]
2Description=A userspace daemon that runs as the user perform file operations under the eCryptfs mount point
3After=udev.service
4
5[Service]
6ExecStart=/usr/bin/ecryptfsd -f
7
8[Install]
9WantedBy=multi-user.target
10