diff options
author | Julien Roy <julien@jroy.ca> | 2023-01-07 13:15:03 -0500 |
---|---|---|
committer | Julien Roy <julien@jroy.ca> | 2023-01-07 13:15:03 -0500 |
commit | 55126e134cf456fe2eb58f4e93e58fa2c0076d7a (patch) | |
tree | c361d6f9a99103379b81dda018fcaa8912162726 /www-apps/meta-srht/files/meta.sr.ht-api.initd | |
parent | afb53491cdaaa0f5715e92b20a1dc12c59eab665 (diff) | |
download | MrRoy-Overlay-55126e134cf456fe2eb58f4e93e58fa2c0076d7a.tar.gz MrRoy-Overlay-55126e134cf456fe2eb58f4e93e58fa2c0076d7a.tar.bz2 MrRoy-Overlay-55126e134cf456fe2eb58f4e93e58fa2c0076d7a.zip |
net-libs/meta-srht: add 0.63.5, drop 0.63.5
Signed-off-by: Julien Roy <julien@jroy.ca>
Diffstat (limited to 'www-apps/meta-srht/files/meta.sr.ht-api.initd')
-rw-r--r-- | www-apps/meta-srht/files/meta.sr.ht-api.initd | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/www-apps/meta-srht/files/meta.sr.ht-api.initd b/www-apps/meta-srht/files/meta.sr.ht-api.initd deleted file mode 100644 index 6280e78..0000000 --- a/www-apps/meta-srht/files/meta.sr.ht-api.initd +++ /dev/null @@ -1,15 +0,0 @@ -#!/sbin/openrc-run -# Copyright 2023 Gentoo Authors -# Distributed under the terms of the GNU General Public License v2 - -name="meta.sr.ht API daemon" -description="" -command="/usr/bin/metasrht-api" -command_args="-b ${ADDRESS}:${PORT}" -command_user="srht:srht" -command_background=true -pidfile="/run/${RC_SVCNAME}.pid" - -depend() { - need net -} |