Add --trace and --no-log-dates; add docs

This commit is contained in:
Philipp Heckel 2022-06-02 10:50:05 -04:00
parent 7845eb0124
commit 5cc0b194d3
9 changed files with 286 additions and 217 deletions

View file

@ -5,7 +5,7 @@ After=network.target
[Service]
User=ntfy
Group=ntfy
ExecStart=/usr/bin/ntfy serve
ExecStart=/usr/bin/ntfy serve --no-log-dates
ExecReload=/bin/kill --signal HUP $MAINPID
Restart=on-failure
AmbientCapabilities=CAP_NET_BIND_SERVICE