[Unit] Description=Local CI/CD — disk space monitor (alert via systemd journal) Documentation=file:///opt/ci/local-ci-cd-system/deploy/systemd/README.md After=network-online.target [Service] Type=oneshot User=ci-runner Group=ci-runner EnvironmentFile=/etc/ci/environment ExecStart=/opt/ci/venv/bin/python -m ci_orchestrator monitor disk TimeoutStartSec=5min Nice=15 ProtectSystem=strict ProtectHome=true PrivateTmp=true NoNewPrivileges=true [Install] WantedBy=multi-user.target