Advertisement
Guest User

Untitled

a guest
Mar 19th, 2018
87
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. # /etc/systemd/system/plexdrive.service
  2.  
  3. [Unit]
  4. Description=Plexdrive
  5. After=network-online.target rclone-crypt.service
  6.  
  7. [Service]
  8. Type=simple
  9. ExecStart=/bin/plexdrive mount -c /home/user/.config/plexdrive --cache-file=/home/user/.config/plexdrive/cache.bolt -o allow_other /media/plexdrive
  10. ExecStop=/bin/fusermount -u /media/plexdrive
  11. Restart=on-abort
  12.  
  13. [Install]
  14. WantedBy=default.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement