Skip to content

Commit

Permalink
spotify continued
Browse files Browse the repository at this point in the history
  • Loading branch information
JarbasAl committed Dec 27, 2024
1 parent 249ebff commit 83377fc
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions services/ovos-spotify.service
Original file line number Diff line number Diff line change
Expand Up @@ -10,12 +10,8 @@ After=network-online.target
Type=notify
Group=ovos
UMask=002
ExecStart=%h/.cargo/bin/librespot --name raspOVOS --device-type "speaker" --initial-volume 100 --onevent "~/.venvs/ovos/bin/python /usr/libexec/ovos-librespot"
TimeoutStartSec=1m
TimeoutStopSec=1m
ExecStart=%h/.cargo/bin/librespot --name raspOVOS --device-type "speaker" --initial-volume 100 --onevent "/usr/libexec/ovos-librespot"
Restart=on-failure
StartLimitInterval=5min
StartLimitBurst=4

[Install]
WantedBy=ovos.service

0 comments on commit 83377fc

Please sign in to comment.