Sebastian Kippe 353f2c13f1
Improve encfs cookbook
Fix some things, and prepare for path-based activation. Also, comment
the buggy initial dir creation and explain manual provisioning in README
for now.
2020-06-07 12:45:33 +02:00

10 lines
193 B
Desktop File

[Unit]
Description=EncFS for data dir
[Service]
Type=oneshot
RemainAfterExit=yes
ExecStart=/usr/local/bin/mount_encfs
ExecStop=/usr/local/bin/unmount_encfs
[Install]
WantedBy=multi-user.target