mirror of
https://github.com/ClickHouse/ClickHouse.git
synced 2024-11-21 15:12:02 +00:00
saving processed config to config-preprocessed.xml (this file is saved just for reference, it's never actually read). [#METR-8956]
This commit is contained in:
parent
8b4840181e
commit
a218a56ccf
@ -54,6 +54,7 @@ start()
|
||||
mkdir -p $PIDDIR
|
||||
chown -R $USER:$GROUP $LOGDIR
|
||||
chown -R $USER:$GROUP $PIDDIR
|
||||
chown -R $USER:$GROUP $SYSCONFDIR
|
||||
|
||||
su -l $USER -s $SHELL -c "\"$BINDIR/$PROGRAM\" --daemon --pid-file=\"$PIDFILE\" --config-file=\"$CNFFILE\""
|
||||
EXIT_STATUS=$?
|
||||
|
Loading…
Reference in New Issue
Block a user