13 lines
197 B
Desktop File
13 lines
197 B
Desktop File
[Unit]
|
|
Description=The Salt Master Server
|
|
After=network.target
|
|
|
|
[Service]
|
|
LimitNOFILE=100000
|
|
Type=notify
|
|
NotifyAccess=all
|
|
ExecStart=/usr/local/bin/salt-master
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|