Guest User

Untitled

a guest
Apr 23rd, 2018
104
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. [Unit]
  2. Description=Sound Service
  3. Requires=pulseaudio.socket
  4.  
  5. [Service]
  6. # Note that notify will only work if --daemonize=no
  7. Type=notify
  8. ExecStart=/usr/bin/pulseaudio --daemonize=no
  9. Restart=on-failure
  10.  
  11. [Install]
  12. Also=pulseaudio.socket
  13. WantedBy=default.target
  14.  
  15. # /etc/systemd/user/pulseaudio.service.d/override.conf
  16. [Service]
  17. #IPAddressAllow=10.0.1.0/24
  18. IPAddressDeny=0.0.0.0/0
  19. IPAccounting=yes
Add Comment
Please, Sign In to add comment