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.
|
- {{ansible_managed|comment}}
-
- [Unit]
- Description=JACK server
- Documentation=man:jackd(1)
- After=sound.target
-
- [Service]
- EnvironmentFile=/etc/jack.conf
- ExecStart=jackd $JACK_OPTIONS -d $DRIVER $DRIVER_SETTINGS
- LimitRTPRIO=95
- LimitRTTIME=infinity
- LimitMEMLOCK=infinity
- # Caution: use on memory-limited devices only
- # OOMScoreAdjust=-1000
- #Environment=DBUS_SESSION_BUS_ADDRESS=unix:path=/run/dbus/system_bus_socket
- User=jack
- Group=jack
- Environment="JACK_PROMISCUOUS_SERVER=jack"
- UMask=0
-
- [Install]
- WantedBy=multi-user.target
|