Fix some things, and prepare for path-based activation. Also, comment the buggy initial dir creation and explain manual provisioning in README for now.
10 lines
193 B
Desktop File
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
|