new ebuild www-apps/ntfy

Send push notifications to your phone or desktop using PUT/POST
This commit is contained in:
2026-06-01 15:23:18 +02:00
parent 9e72279007
commit 498e5b5f6f
6 changed files with 143 additions and 0 deletions
+16
View File
@@ -0,0 +1,16 @@
#!/sbin/openrc-run
# Copyright 1999-2026 Gentoo Foundation
# Distributed under the terms of the GNU General Public License v2
name="ntfy-client - Send push notifications to your phone or desktop using PUT/POST"
command="/usr/bin/ntfy"
command_args="subscribe --config /etc/ntfy/client.yml --from-config"
command_background="true"
command_user="ntfy:ntfy"
error_log="/var/log/ntfy-client.log"
pidfile="/run/ntfy-client.pid"
depend() {
need net
}