diff options
Diffstat (limited to 'spotifyd')
-rw-r--r-- | spotifyd/APKBUILD | 2 | ||||
-rwxr-xr-x | spotifyd/spotifyd.init | 1 |
2 files changed, 2 insertions, 1 deletions
diff --git a/spotifyd/APKBUILD b/spotifyd/APKBUILD index cd94258..ffdb3ba 100644 --- a/spotifyd/APKBUILD +++ b/spotifyd/APKBUILD @@ -2,7 +2,7 @@ # Maintainer: Karel Kočí <cynerd@email.cz> pkgname=spotifyd pkgver=0.2.24 -pkgrel=3 +pkgrel=4 pkgdesc="A spotify daemon" url="https://github.com/Spotifyd/spotifyd" arch="all !aarch64 !armv7" diff --git a/spotifyd/spotifyd.init b/spotifyd/spotifyd.init index e540408..7b9d214 100755 --- a/spotifyd/spotifyd.init +++ b/spotifyd/spotifyd.init @@ -4,6 +4,7 @@ name="Spotifyd" description="Spotify player daemon" command=/usr/bin/spotifyd +command_args_foreground="--no-daemon" command_user="spotify:spotify" supervisor=supervise-daemon |