This file is indexed.

/lib/systemd/system/mediawiki-jobrunner.service is in mediawiki 1:1.27.4-3.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
16
17
[Unit]
Description=MediaWiki job runner
Documentation=https://www.mediawiki.org/wiki/Special:MyLanguage/Manual:RunJobs.php

[Service]
User=www-data
Group=www-data
ExecStart=/usr/bin/php /var/lib/mediawiki/maintenance/runJobs.php --wait --maxjobs=50
Restart=always
RestartSec=15
RuntimeMaxSec=300
PrivateDevices=true
PrivateTmp=true
ProtectHome=read-only

[Install]
WantedBy=multi-user.target