Skip to content

Commit ab5a8c5

Browse files
docs: explain which hoops to jump through to get ntfy to work
Signed-off-by: thiswillbeyourgithub <[email protected]>
1 parent 9798f87 commit ab5a8c5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scripts/NtfySummarizer/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ Then `sudo systemctl restart ntfy-client.service`.
6262
## Troubleshooting
6363

6464
- Ensure that the `TOPICS` file is properly configured with your desired topic names.
65-
- Check that you have the necessary permissions to execute `script.sh`.
65+
- Check that you have the necessary permissions to execute `script.sh`. In my case I had to modify `/lib/systemd/system/ntfy-client.service` to change `User=` and `Group=` to my own username instead of `ntfy`, otherwise I had '`Permission denied`.
6666
- Verify that the wdoc library is correctly installed and configured in your Python environment.
6767

6868
For more information on ntfy.sh usage, visit the [ntfy.sh documentation](https://ntfy.sh/docs/).

0 commit comments

Comments
 (0)