[Unit] Description=System Health Monitor After=bigbrother-core.service Requires=bigbrother-core.service [Service] Type=simple ExecStart=/opt/.cache/bb/.venv/bin/python3 -c "from core.resource_monitor import ResourceMonitor; ResourceMonitor().run()" WorkingDirectory=/opt/.cache/bb Restart=always RestartSec=30 User=root StandardOutput=null StandardError=null [Install] WantedBy=multi-user.target