mirror of
https://github.com/OpenVoiceOS/OpenVoiceOS
synced 2025-06-05 22:19:21 +02:00
MycroftOS: Stupid mistake + make sure spotify starts after PulseAudio.
This commit is contained in:
@@ -5,10 +5,11 @@ Wants=sound.target
|
|||||||
After=sound.target
|
After=sound.target
|
||||||
Wants=network-online.target
|
Wants=network-online.target
|
||||||
After=network-online.target
|
After=network-online.target
|
||||||
|
After=pulseaudio.service
|
||||||
|
|
||||||
[Service]
|
[Service]
|
||||||
Type=simple
|
Type=simple
|
||||||
ExecStart=/usr/sbin/spotifyd --no-daemon
|
ExecStart=/usr/bin/spotifyd --no-daemon
|
||||||
Restart=always
|
Restart=always
|
||||||
RestartSec=5
|
RestartSec=5
|
||||||
StandardOutput=file:/var/log/spotifyd.log
|
StandardOutput=file:/var/log/spotifyd.log
|
||||||
|
Reference in New Issue
Block a user