new ebuild www-apps/ntfy
Send push notifications to your phone or desktop using PUT/POST
This commit is contained in:
Executable
+16
@@ -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
|
||||
}
|
||||
Reference in New Issue
Block a user