/lib/systemd/system/mini-buildd.service is in mini-buildd 1.0.33.
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 | [Unit]
Description=custom Debian build daemon
Documentation=man:mini-buildd(8)
After=remote-fs.target
[Service]
Environment=MINI_BUILDD_OPTIONS="--verbose"
EnvironmentFile=-/etc/default/mini-buildd
User=mini-buildd
ExecStart=/usr/sbin/mini-buildd $MINI_BUILDD_OPTIONS
ExecReload=/bin/kill -HUP $MAINPID
[Install]
WantedBy=multi-user.target
|