Advertisement
reebypastalina

djmount.service

May 13th, 2015
376
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.33 KB | None | 0 0
  1. [Unit]
  2. Description=UPnP AV client as a filesystem
  3. Requires=network.target
  4. After=network.target
  5.  
  6. [Service]
  7. Type=oneshot
  8. RemainAfterExit=yes
  9. EnvironmentFile=/etc/conf.d/djmount
  10. ExecStart=/usr/bin/djmount -o ${MOUNTOPTIONS} ${MOUNTPOINT}
  11. ExecStop=/usr/bin/fusermount -u ${MOUNTPOINT}
  12.  
  13. [Install]
  14. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement