mirror of
https://github.com/valitydev/salt.git
synced 2024-11-06 08:35:21 +00:00
11 lines
139 B
Bash
11 lines
139 B
Bash
#!/bin/sh
|
|
|
|
daemon="/usr/local/bin/salt-syncdic"
|
|
daemon_flags="-d"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="/usr/local/bin/python2.7 $daemon"
|
|
|
|
rc_cmd $1
|