зеркало из https://github.com/microsoft/statsd.git
Merge pull request #406 from HerrBerg/logdirmissing
create log directory on startup as statsd does not start without it
This commit is contained in:
Коммит
f95dd0360f
|
@ -48,6 +48,9 @@ then
|
|||
chown $USER /var/run/$NAME
|
||||
fi
|
||||
|
||||
# Create LOGDIR on runtime
|
||||
mkdir -p /var/log/$NAME
|
||||
|
||||
#
|
||||
# Function that starts the daemon/service
|
||||
#
|
||||
|
|
Загрузка…
Ссылка в новой задаче