diff options
Diffstat (limited to 'old/lindy/systemd/scream-client.service')
-rw-r--r-- | old/lindy/systemd/scream-client.service | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/old/lindy/systemd/scream-client.service b/old/lindy/systemd/scream-client.service new file mode 100644 index 0000000..164cf6b --- /dev/null +++ b/old/lindy/systemd/scream-client.service @@ -0,0 +1,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 + |