/etc/runit/1 is in runit 2.1.2-9.2ubuntu1.
This file is owned by root:root, with mode 0o755.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 | #!/bin/sh
# system one time tasks
PATH=/command:/sbin:/bin:/usr/sbin:/usr/bin
/etc/init.d/rcS
/etc/init.d/rmnologin
touch /run/runit.stopit
chmod 0 /run/runit.stopit
[ -e /etc/runit/no-emulate-sysv ] || /etc/init.d/rc 5
|