mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-11 16:45:33 +01:00
Start shairport-sync user deamon with its own userbased config file
This commit is contained in:
parent
2181a92c06
commit
7192cf9764
@ -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
|
||||
|
||||
[Service]
|
||||
ExecStart=/usr/bin/shairport-sync
|
||||
ExecStart=/usr/bin/shairport-sync -c %h/.config/shairport-sync/shairport-sync.conf
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user