Skip to content

Commit 95b3e24

Browse files
committed
systemd: set NotifyAccess=all
Problem: processes other than the main one cannot send systemd status updates, but flux-dump(1) would like to do so. Set NotifyAccess=all instead of NotifyAccess=main to allow all members of the service's control group to send updates.
1 parent 99ea1fc commit 95b3e24

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

etc/flux.service.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ Wants=munge.service
44

55
[Service]
66
Type=notify
7-
NotifyAccess=main
7+
NotifyAccess=all
88
TimeoutStopSec=90
99
KillMode=mixed
1010
ExecStart=/bin/bash -c '\

0 commit comments

Comments
 (0)