Advertisement
Guest User

gocryptfs.service

a guest
Aug 20th, 2017
705
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.31 KB | None | 0 0
  1. [Unit]
  2. Description=gocryptfs Mount Unit
  3. Requires=network.target local-fs.target
  4. After=network.target local-fs.target
  5.  
  6. [Service]
  7. Type=forking
  8. ExecStart=/usr/local/bin/gocryptfs --extpass="systemd-ask-password GoCryptFS:" cipherdir plaindir
  9. Restart=on-failure
  10. RestartSec=5
  11.  
  12. [Install]
  13. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement