mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00

Documentation for systemd service files can be automatically viewed using systemctl help servicename if this field is present. Thus add the relevant man page, the local and online documentation to the documentation key.
13 lines
319 B
Desktop File
13 lines
319 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
Documentation=man:salt-syndic(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html
|
|
After=network.target
|
|
|
|
[Service]
|
|
Type=notify
|
|
NotifyAccess=all
|
|
LimitNOFILE=8192
|
|
ExecStart=/usr/bin/salt-syndic
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|