MycroftOS: Stupid mistake + make sure spotify starts after PulseAudio.

This commit is contained in:
Peter Steenbergen 2020-01-10 19:03:26 +01:00
parent 6cc6c45ecd
commit 68488da047
1 changed files with 2 additions and 1 deletions

View File

@ -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