All public logs

Jump to navigation Jump to search

Combined display of all available logs of Omnia. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 23:30, 29 June 2026 Kenneth talk contribs created page GitHub/Action Runner Service (Created page with "== root user == /etc/systemd/system/github-runner.service <pre> [Unit] Description=GitHub Actions Runner After=network.target [Service] User=root WorkingDirectory=/opt/actions-runner Environment="RUNNER_ALLOW_RUNASROOT=1" ExecStart=/opt/actions-runner/run.sh Restart=always RestartSec=10 StandardOutput=journal StandardError=journal [Install] WantedBy=multi-user.target </pre> == gha user == /etc/systemd/system/github-runner.service <pre> [Unit] Description=GitHub...")