blob: 164cf6beb829f901d9ff2e78fa6fddce28bc6426 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
[Unit]
Description=Stream audio from Scream
After=network.target
[Service]
ExecStart=scream -o pulse -i virbr0
LimitNICE=-11
Nice=-11
# Restart every >2 seconds to avoid StartLimitInterval failure
RestartSec=5
Restart=always
[Install]
WantedBy=default.target
|