/lib/systemd/system/auto-upgrade-tester-jenkins-slave.service is in auto-upgrade-tester 1:0.168build1.
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 | [Unit]
Description=auto-upgrade-tester-jenkins-slave: distributed job control
After=network.target
[Service]
EnvironmentFile=/etc/default/auto-upgrade-tester-jenkins-slave
ExecStart=/usr/bin/auto-upgrade-tester-jenkins-slave $OPTS $HUDSON_MASTER
[Install]
WantedBy=multi-user.target
|