mirror of
https://github.com/djohnlewis/stackdump
synced 2025-12-05 23:43:24 +00:00
Changed the default user for the init.d scripts to an arbitrary 'stackdump' user.
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
STACKDUMP_HOME=/opt/stackdump/
|
||||
|
||||
# this is the user that Stackdump runs under
|
||||
STACKDUMP_USER=sam
|
||||
STACKDUMP_USER=stackdump
|
||||
|
||||
SOLR_PID_FILE=/var/run/stackdump_solr.pid
|
||||
|
||||
|
||||
@@ -13,7 +13,7 @@
|
||||
STACKDUMP_HOME=/opt/stackdump/
|
||||
|
||||
# this is the user that Stackdump runs under
|
||||
STACKDUMP_USER=sam
|
||||
STACKDUMP_USER=stackdump
|
||||
|
||||
WEB_PID_FILE=/var/run/stackdump_web.pid
|
||||
|
||||
|
||||
Reference in New Issue
Block a user