You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash
|
|
export SPLUNK_USERNAME=admin
|
|
export SPLUNK_PASSWORD='2312Jocpam!?'
|
|
python3 /opt/splunk/etc/apps/pusher_app/bin/git_pusher.py > /opt/splunk/var/log/splunk/git_pusher_startup.log 2>&1 &
|
|
echo $! > /opt/splunk/etc/apps/pusher_app/bin/git_pusher.pid |