[Unit] Description=agents_and_robots — Matrix bot platform launcher After=network.target [Service] Type=simple WorkingDirectory=/home/ubuntu/CodeProyects/agents_and_robots EnvironmentFile=/home/ubuntu/CodeProyects/agents_and_robots/.env ExecStart=/home/ubuntu/CodeProyects/agents_and_robots/bin/launcher --log-level info --api-port 8487 Restart=always RestartSec=5 [Install] WantedBy=multi-user.target