diff options
author | Joonas Niilola <juippis@gentoo.org> | 2023-01-14 17:57:46 +0200 |
---|---|---|
committer | Joonas Niilola <juippis@gentoo.org> | 2023-01-14 17:57:46 +0200 |
commit | 58eb10bf0d0a4ea31e0daa9ab8ffe5988c9d2c43 (patch) | |
tree | c34fa58b6238d88c2c351c112b29f2282a3ae5f7 /media-sound/rescrobbled | |
parent | media-sound/ncspot: new package, add 0.12.0 (diff) | |
download | gentoo-58eb10bf0d0a4ea31e0daa9ab8ffe5988c9d2c43.tar.gz gentoo-58eb10bf0d0a4ea31e0daa9ab8ffe5988c9d2c43.tar.bz2 gentoo-58eb10bf0d0a4ea31e0daa9ab8ffe5988c9d2c43.zip |
media-sound/rescrobbled: remove openrc initd file
- that wasn't supposed to be pushed as openrc seemingly doesn't have
an easy way to run services as users.
Signed-off-by: Joonas Niilola <juippis@gentoo.org>
Diffstat (limited to 'media-sound/rescrobbled')
-rw-r--r-- | media-sound/rescrobbled/files/rescrobbled.initd | 8 |
1 files changed, 0 insertions, 8 deletions
diff --git a/media-sound/rescrobbled/files/rescrobbled.initd b/media-sound/rescrobbled/files/rescrobbled.initd deleted file mode 100644 index f7b56125d39a..000000000000 --- a/media-sound/rescrobbled/files/rescrobbled.initd +++ /dev/null @@ -1,8 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="rescrobbled daemon" -description="MPRIS music scrobbler daemon" -command=/usr/bin/rescrobbled -procname="rescrobbled" |