We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c692426 commit a4f86c5Copy full SHA for a4f86c5
1 file changed
srcpkgs/boot-66serv/template
@@ -24,6 +24,8 @@ make_dirs="/etc/runit/runsvdir/66 0750 root root"
24
post_install() {
25
vinstall ${FILESDIR}/switch-initutils 644 etc/runit/core-services 99-switch-initutils.sh
26
vbin ${FILESDIR}/66
27
+ # Create symlink for the boot@system service configuration file
28
+ ln -s /etc/66/conf/boot@system/version/boot@system "${DESTDIR}/etc/66rc.conf"
29
vlicense LICENSE
30
# @version should be incremented only when there is a change in the specific
31
# frontend service file.
0 commit comments