mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
Start shairport-sync user deamon with its own userbased config file
This commit is contained in:
@@ -0,0 +1,6 @@
|
|||||||
|
general = {
|
||||||
|
name = "OpenVoiceOS";
|
||||||
|
output_backend = "pa";
|
||||||
|
dbus_service_bus = "session";
|
||||||
|
mpris_service_bus = "session";
|
||||||
|
};
|
@@ -7,7 +7,7 @@ After=pulseaudio.service
|
|||||||
After=avahi-daemon.service
|
After=avahi-daemon.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
ExecStart=/usr/bin/shairport-sync
|
ExecStart=/usr/bin/shairport-sync -c %h/.config/shairport-sync/shairport-sync.conf
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user