Systemd and Supervisord service files for GenieACS.
Recommended way to deploy GenieACS, instructions here: https://github.com/genieacs/genieacs/wiki/Docker-Installation-with-Docker-Compose
cp genieacs-cwmp.service /etc/systemd/system/
systemctl enable genieacs-cwmp.service
cp genieacs-nbi.service /etc/systemd/system/
systemctl enable genieacs-nbi.service
cp genieacs-fs.service /etc/systemd/system/
systemctl enable genieacs-fs.service
cp genieacs-ui.service /etc/systemd/system/
systemctl enable genieacs-ui.service
In order to see & follow the logs:
journalctl -f -u genieacs-X.service
Just copy the supervisord.conf file to /etc/supervisor/conf.d/