From 9b0b35a36dcc505b0f5494f926693fc2baa853c3 Mon Sep 17 00:00:00 2001 From: Autumn Date: Tue, 28 Apr 2026 19:22:47 +0100 Subject: [net-misc/ntfy] added ntfy 2.22.0 --- net-misc/ntfy/files/ntfy.service | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 net-misc/ntfy/files/ntfy.service (limited to 'net-misc/ntfy/files/ntfy.service') diff --git a/net-misc/ntfy/files/ntfy.service b/net-misc/ntfy/files/ntfy.service new file mode 100644 index 0000000..2b0cd55 --- /dev/null +++ b/net-misc/ntfy/files/ntfy.service @@ -0,0 +1,15 @@ +[Unit] +Description=NTFY notifications +After=network.target + +[Service] +ExecStart=/usr/bin/ntfy serve +WorkingDirectory=/var/lib/ntfy + +User=ntfy +Group=ntfy + +PrivateTmp=true + +[Install] +WantedBy=multi-user.target -- cgit v1.3