salt/pkg/salt-master.service
Daniel Wallace 198e3eee8a Yay systemd.daemon.notify
requires the python2 systemd bindings
2014-03-14 08:19:52 -05:00

11 lines
169 B
Desktop File

[Unit]
Description=The Salt Master Server
After=syslog.target network.target
[Service]
Type=Notify
ExecStart=/usr/bin/salt-master
[Install]
WantedBy=multi-user.target