Systemd/Supervisord services for GenieACS processes
Find a file
2026-04-16 14:33:32 +02:00
.github Add Dependabot configuration 2026-04-15 01:15:09 +02:00
docs/images docs: add SVG banner to README 2026-03-08 20:50:49 +01:00
.coderabbit.yaml Add CodeRabbit configuration (#5) 2026-04-10 19:48:46 +02:00
.ghost-portfolio.yml Add ghost portfolio metadata 2026-04-16 14:33:04 +02:00
AGENTS.md chore: add AGENTS.md with LynxPrompt footer 2026-04-15 01:28:42 +02:00
genieacs-cwmp.service directory supervisord 2019-08-28 17:57:52 +02:00
genieacs-fs.service directory supervisord 2019-08-28 17:57:52 +02:00
genieacs-nbi.service directory supervisord 2019-08-28 17:57:52 +02:00
genieacs-ui.service directory supervisord 2019-08-28 17:57:52 +02:00
LICENSE license: replace with standard GPL-3.0 full text 2026-03-10 09:32:14 +01:00
README.md Remove duplicate Related Projects section 2026-04-16 14:33:32 +02:00
run_with_env.sh Modify: Default option now disables run_with_env.sh 2022-01-23 13:55:51 +01:00
SECURITY.md Add SECURITY.md 2026-03-27 09:28:00 +01:00
supervisord.conf Change location run_with_env.sh 2025-05-23 14:53:25 +02:00

GenieACS Services banner

GenieACS Services

GitHub Stars GitHub Forks License

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

Instructions for Systemd:

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

Instructions for Supervisord:

Just copy the supervisord.conf file to /etc/supervisor/conf.d/

GenieACS Ecosystem

This project is part of a broader set of tools for working with GenieACS:

Project Type Description
genieacs-docker Docker + Helm Production-ready multi-arch Docker image and Helm chart
genieacs-ansible Ansible Collection Dynamic inventory plugin and device management modules
genieacs-mcp MCP Server AI-assisted device management via Model Context Protocol
genieacs-ha HA Integration Home Assistant integration for TR-069 monitoring
n8n-nodes-genieacs n8n Node Workflow automation for GenieACS
genieacs-sim-container Simulator Docker-based GenieACS simulator for testing