mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2024-12-29 10:11:40 +01:00
MycroftOS: Stupid mistake + make sure spotify starts after PulseAudio.
This commit is contained in:
parent
6cc6c45ecd
commit
68488da047
@ -5,10 +5,11 @@ Wants=sound.target
|
||||
After=sound.target
|
||||
Wants=network-online.target
|
||||
After=network-online.target
|
||||
After=pulseaudio.service
|
||||
|
||||
[Service]
|
||||
Type=simple
|
||||
ExecStart=/usr/sbin/spotifyd --no-daemon
|
||||
ExecStart=/usr/bin/spotifyd --no-daemon
|
||||
Restart=always
|
||||
RestartSec=5
|
||||
StandardOutput=file:/var/log/spotifyd.log
|
||||
|
Loading…
Reference in New Issue
Block a user