Skip to content
Snippets Groups Projects
Commit cc016c9b authored by Rob Swindell's avatar Rob Swindell :speech_balloon:
Browse files

Change NotifyAccess from "main" to "all"

sd_notify() is called from other threads (PIDs), so we've been getting
syslog warnings abouts this and I hadn't noticed:

systemd[1]: sbbs.service: Got notification message from PID 2555007, but reception only permitted for main PID which is currently not known

As pointed out by Accession (PHARCYDE) on DOVE-Net.
parent 3e8b6f28
No related branches found
No related tags found
1 merge request!463MRC mods by Codefenix (2024-10-20)
......@@ -22,7 +22,7 @@ After=syslog.target network-online.target
[Service]
Type=forking
NotifyAccess=main
NotifyAccess=all
Environment=SBBSCTRL=/sbbs/ctrl
User=sbbs
Group=sbbs
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment