2020-07-10 00:58:55 +02:00
|
|
|
{%- from "salt_minion/map.jinja" import salt_minion with context -%}
|
|
|
|
## {{ salt['pillar.get']('salt_managed', default='Salt Managed') }}
|
|
|
|
[Unit]
|
|
|
|
Description=The Salt Minion daemon
|
|
|
|
After=network.target
|
|
|
|
|
|
|
|
[Service]
|
|
|
|
Type=notify
|
|
|
|
KillMode=process
|
|
|
|
NotifyAccess=all
|
|
|
|
LimitNOFILE=8192
|
|
|
|
ExecStart=/usr/local/bin/salt-minion
|
2021-12-29 15:45:48 +01:00
|
|
|
TimeoutStopSec=10s
|
2020-07-10 00:58:55 +02:00
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|