diff options
| author | Autumn <git@autumnfo.rest> | 2026-04-28 19:22:47 +0100 |
|---|---|---|
| committer | Autumn <git@autumnfo.rest> | 2026-04-28 19:22:47 +0100 |
| commit | 9b0b35a36dcc505b0f5494f926693fc2baa853c3 (patch) | |
| tree | 3694454f8e9e6f6eb90915f0111500d15010ed59 /net-misc/ntfy/files | |
| parent | 09247212134ae58f027ead5bfb59293892f3dffc (diff) | |
[net-misc/ntfy] added ntfy 2.22.0
Diffstat (limited to 'net-misc/ntfy/files')
| -rw-r--r-- | net-misc/ntfy/files/ntfy.service | 15 |
1 files changed, 15 insertions, 0 deletions
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 |
