Advertisement
Guest User

Untitled

a guest
May 20th, 2019
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. [Unit]
  2. Description=minidlna server
  3. After=network.target
  4.  
  5. [Service]
  6. Type=simple
  7. #ProtectSystem=
  8. #ProtectHome=no
  9. User=minidlna
  10. Group=minidlna
  11. SupplementaryGroups=users photo
  12. ExecStart=+/usr/bin/minidlnad -S
  13. ProtectSystem=full
  14. ProtectHome=on
  15. PrivateDevices=on
  16. NoNewPrivileges=on
  17.  
  18. [Install]
  19. WantedBy=multi-user.target
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement