From b90aef73ebff8691072c99f70c4db66261e64dc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Karel=20Ko=C4=8D=C3=AD?= Date: Tue, 7 Jul 2020 10:32:48 +0200 Subject: spotifyd: update and add foreground --- spotifyd/APKBUILD | 2 +- spotifyd/spotifyd.init | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) 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čí 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 -- cgit v1.2.3