Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
ProActive
scheduling
Commits
8e2ac8d0
Commit
8e2ac8d0
authored
May 04, 2020
by
Fabien Viale
Browse files
update watcher password in notification-service application properties
parent
96ef3ec1
Changes
1
Hide whitespace changes
Inline
Side-by-side
tools/install_base.sh
View file @
8e2ac8d0
...
...
@@ -147,6 +147,8 @@ generate_new_accounts()
sed
"s/rm
\.
cache
\.
password=.*/rm.cache.password=/g"
-i
"
$PA_ROOT
/default/config/web/settings.ini"
sed
"s/^.*rm
\.
cache
\.
credential=.*
$/
rm.cache.credential=
$(
escape_rhs_sed
$AUTH_ROOT
/watcher.cred
)
/g"
-i
"
$PA_ROOT
/default/config/web/settings.ini"
sed
"s/^.*listeners
\.
pwd=.*
$/
listeners.pwd=
$(
escape_rhs_sed
$WATCHER_PWD
)
/g"
-i
"
$PA_ROOT
/default/dist/war/notification-service/WEB-INF/classes/application.properties"
# removing test accounts
$PA_ROOT
/default/tools/proactive-users
-D
-l
demo
...
...
@@ -600,8 +602,7 @@ if [[ "$OLD_PADIR" == "" ]]; then
# configure infinite timeout and service type for systemd
mkdir
-p
/etc/systemd/system/proactive-scheduler.service.d
echo
'
[Service]
echo
'[Service]
Type=simple
TimeoutSec=0
'
>
/etc/systemd/system/proactive-scheduler.service.d/timeout.conf
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment