mirror of
https://github.com/saltstack/salt.git
synced 2025-04-17 10:10:20 +00:00
11 lines
184 B
Text
Executable file
11 lines
184 B
Text
Executable file
#!/sbin/openrc-run
|
|
command="/usr/bin/salt-minion"
|
|
command_args="--daemon"
|
|
pidfile="/var/run/salt-minion.pid"
|
|
name="Salt Minion"
|
|
|
|
depend() {
|
|
need localmount
|
|
use net
|
|
after bootmisc
|
|
}
|