Commit 802822c6 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

genieacs needs log folder to exist

parent e4721088
...@@ -16,6 +16,7 @@ all: acs-cwmp-service acs-fs-service acs-nbi-service acs-ui-service genieacs-con ...@@ -16,6 +16,7 @@ all: acs-cwmp-service acs-fs-service acs-nbi-service acs-ui-service genieacs-con
install -v -Dm755 genieacs-init /usr/sbin/genieacs-init install -v -Dm755 genieacs-init /usr/sbin/genieacs-init
mkdir -p /srv/genieacs/config mkdir -p /srv/genieacs/config
ln -s /run/genieacs/config.json /srv/genieacs/config/config.json ln -s /run/genieacs/config.json /srv/genieacs/config/config.json
mkdir -p /var/log/genieacs
@echo "d /run/genieacs 0755 root root -" > /usr/lib/tmpfiles.d/genieacs.conf @echo "d /run/genieacs 0755 root root -" > /usr/lib/tmpfiles.d/genieacs.conf
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment