summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorKarel Kočí <cynerd@email.cz>2020-07-07 10:32:48 +0200
committerKarel Kočí <cynerd@email.cz>2020-07-07 10:32:48 +0200
commitb90aef73ebff8691072c99f70c4db66261e64dc8 (patch)
treed562f7ca4f6ecdeb82b56534702d2015883189da
parent41008250a746a517f281fc3c256631ce2a946760 (diff)
downloadalpine-personal-pkgs-b90aef73ebff8691072c99f70c4db66261e64dc8.tar.gz
alpine-personal-pkgs-b90aef73ebff8691072c99f70c4db66261e64dc8.tar.bz2
alpine-personal-pkgs-b90aef73ebff8691072c99f70c4db66261e64dc8.zip
spotifyd: update and add foreground
-rw-r--r--spotifyd/APKBUILD2
-rwxr-xr-xspotifyd/spotifyd.init1
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