🎉 live server seems to be working now
This commit is contained in:
17
dist/systemd/sendspin-server.service
vendored
Normal file
17
dist/systemd/sendspin-server.service
vendored
Normal file
@@ -0,0 +1,17 @@
|
||||
[Unit]
|
||||
Description=Sendspin audio streaming server
|
||||
After=pipewire.service network-online.target
|
||||
Wants=pipewire.service
|
||||
|
||||
[Service]
|
||||
ExecStart=%h/.local/bin/sendspin-server \
|
||||
--source alsa_input.usb-Device-00.analog-stereo \
|
||||
--name %H \
|
||||
--port 8927 \
|
||||
--rate 48000 \
|
||||
--channels 2
|
||||
Restart=on-failure
|
||||
RestartSec=5
|
||||
|
||||
[Install]
|
||||
WantedBy=default.target
|
||||
Reference in New Issue
Block a user