serega_by

Untitled

Mar 6th, 2016
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.37 KB | None | 0 0
  1. ~/ cat ~/.config/systemd/user/minidlna.service
  2. [Unit]
  3. Description=minidlna server
  4. After=network.target
  5.  
  6. [Service]
  7. Type=Simple
  8. ExecStart=/usr/bin/minidlnad -S -f /home/nartes/.config/minidlna/minidlna.conf -P /home/nartes/.config/minidlna/minidlna.pid
  9. #ProtectSystem=full
  10. #ProtectHome=read-only
  11. #PrivateDevices=on
  12. #NoNewPrivileges=on
  13.  
  14. [Install]
  15. WantedBy=default.target
Add Comment
Please, Sign In to add comment