You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

24 line
519B

  1. {{ansible_managed|comment}}
  2. [Unit]
  3. Description=JACK server
  4. Documentation=man:jackd(1)
  5. After=sound.target
  6. [Service]
  7. EnvironmentFile=/etc/jack.conf
  8. ExecStart=jackd $JACK_OPTIONS -d $DRIVER $DRIVER_SETTINGS
  9. LimitRTPRIO=95
  10. LimitRTTIME=infinity
  11. LimitMEMLOCK=infinity
  12. # Caution: use on memory-limited devices only
  13. # OOMScoreAdjust=-1000
  14. #Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket
  15. User=jack
  16. Group=jack
  17. Environment="JACK_PROMISCUOUS_SERVER=jack"
  18. UMask=0
  19. [Install]
  20. WantedBy=multi-user.target