Skip to content

Commit 5290cd4

Browse files
committed
(PUP-11586) Add Documentation field to systemd unit
The addition of this field allows calling "systemctl help puppet" to display documentation for the service unit.
1 parent ac45fe2 commit 5290cd4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/systemd/puppet.service

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
#
1111
[Unit]
1212
Description=Puppet agent
13+
Documentation=man:puppet-agent(8)
1314
Wants=basic.target
1415
After=basic.target network.target network-online.target
1516

0 commit comments

Comments
 (0)