Commit e4721088 authored by Vladimir Bashkirtsev's avatar Vladimir Bashkirtsev

config folder should be created before config symlink is placed in

parent 7e40b73e
......@@ -14,6 +14,7 @@ all: acs-cwmp-service acs-fs-service acs-nbi-service acs-ui-service genieacs-con
@echo "$$GENIEACS_LOGROTATE" > /etc/logrotate.d/genieacs
install -v -Dm755 genieacs /usr/share/easycwmp/functions
install -v -Dm755 genieacs-init /usr/sbin/genieacs-init
mkdir -p /srv/genieacs/config
ln -s /run/genieacs/config.json /srv/genieacs/config/config.json
@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