/etc/default/auto-upgrade-tester-jenkins-slave is in auto-upgrade-tester 1:0.166.
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 | # init configuration script for hudson-slave
# User and Group to execute slave daemon asa
# defaults to the ubuntu server iso testing
# account as part of this package
USER=upgrade-tester
GROUP=nogroup
# URL to access Hudson Master Server
HUDSON_MASTER=
# Options to pass to hudson-slave
# OPTS="-d"
# Run at startup
STARTUP=false
|