mirror of
https://github.com/saltstack/salt.git
synced 2025-04-16 09:40:20 +00:00
Correcting exec for salt-minion on OpenBSD
This commit is contained in:
parent
28b423ccd8
commit
23bdcdf02a
1 changed files with 1 additions and 1 deletions
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh
|
||||
|
||||
daemon="/usr/local/bin/salt-master"
|
||||
daemon="/usr/local/bin/salt-minion"
|
||||
daemon_flags="-d"
|
||||
|
||||
. /etc/rc.d/rc.subr
|
||||
|
|
Loading…
Add table
Reference in a new issue