Commit 3db58816 authored by Lucas Russo's avatar Lucas Russo

scripts/*: add default config file location to management files

parent 7d199436
......@@ -19,6 +19,6 @@ expect fork
script
# My startup script, plain old shell scripting here.
exec /usr/local/bin/dev_mngr &
exec /usr/local/bin/dev_mngr -f /usr/local/etc/bpm_sw/bpm_sw.cfg &
#emit fcs_server_running
end script
......@@ -6,7 +6,7 @@ After=media-remote_logs.mount
Requires=media-remote_logs.mount
[Service]
ExecStart=/usr/local/bin/dev_mngr
ExecStart=/usr/local/bin/dev_mngr -f /usr/local/etc/bpm_sw/bpm_sw.cfg
WorkingDirectory=/usr/local/bin
[Install]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment