This unit is provided by:
Options
- 
    [Install]- 
        WantedBy=default.target
 
- 
        
- 
    [Service]- 
        ExecStart=/usr/bin/spotifyd --no-daemon
- 
        Restart=always
- 
        RestartSec=12
 
- 
        
- 
    [Unit]- 
        After=sound.target network-online.target
- 
        Description=A spotify playing daemon
- 
        Documentation=https://github.com/Spotifyd/spotifyd
- 
        Wants=sound.target network-online.target
 
- 
        
Additionnal notes
Nothing here.