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