mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 16:45:27 +00:00
3f7f30895d
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.
14 lines
320 B
Desktop File
14 lines
320 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
Documentation=man:salt-master(1) file:///usr/share/doc/salt/html/contents.html https://docs.saltstack.com/en/latest/contents.html
|
|
After=network.target
|
|
|
|
[Service]
|
|
LimitNOFILE=16384
|
|
Type=notify
|
|
NotifyAccess=all
|
|
ExecStart=/usr/bin/salt-master
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|