Skip to content

Commit 9d5f149

Browse files
committed
Fix definition of service:reload permission
This permission is used for the ExecReload systemd directive and similar to trigger a configuration reload in a service. It might result in a unit starting, but for a typical restart operation, the "start" permission is what is checked. Signed-off-by: Daniel Burgener <Daniel.Burgener@microsoft.com>
1 parent cd8928f commit 9d5f149

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/object_classes_permissions.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3173,15 +3173,15 @@ Manage ***systemd**(1)* services.
31733173

31743174
*load*
31753175

3176-
- Load services
3176+
- Load services.
31773177

31783178
*reload*
31793179

3180-
- Restart *systemd* services.
3180+
- Trigger a configuration reload in a systemd service. Under certain configurations, reloading is equivalent to restarting.
31813181

31823182
*start*
31833183

3184-
- Start *systemd* services.
3184+
- (Re)start *systemd* services.
31853185

31863186
*status*
31873187

0 commit comments

Comments
 (0)