You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/NtfySummarizer/README.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -62,7 +62,7 @@ Then `sudo systemctl restart ntfy-client.service`.
62
62
## Troubleshooting
63
63
64
64
- 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`.
66
66
- Verify that the wdoc library is correctly installed and configured in your Python environment.
67
67
68
68
For more information on ntfy.sh usage, visit the [ntfy.sh documentation](https://ntfy.sh/docs/).
0 commit comments