1
0
Fork 0
mirror of https://github.com/binwiederhier/ntfy.git synced 2025-09-17 01:01:40 +02:00

Update docs

This commit is contained in:
binwiederhier 2025-05-25 12:57:02 -04:00
parent 425e6d064e
commit 7f86108379
3 changed files with 34 additions and 22 deletions

View file

@ -40,16 +40,5 @@ if [ "$1" = "configure" ] || [ "$1" -ge 1 ]; then
systemctl restart ntfy-client.service >/dev/null || true
fi
fi
# inform user about systemd user service
echo
echo "------------------------------------------------------------------------"
echo "ntfy includes a systemd user service."
echo "To enable it, run following commands as your regular user (not as root):"
echo
echo " systemctl --user enable ntfy-client.service"
echo " systemctl --user start ntfy-client.service"
echo "------------------------------------------------------------------------"
echo
fi
fi