Skip to content

Commit a4f86c5

Browse files
committed
create symlink in /etc/66conf.rc that points to the conf file of boot@system.
1 parent c692426 commit a4f86c5

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

srcpkgs/boot-66serv/template

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ make_dirs="/etc/runit/runsvdir/66 0750 root root"
2424
post_install() {
2525
vinstall ${FILESDIR}/switch-initutils 644 etc/runit/core-services 99-switch-initutils.sh
2626
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"
2729
vlicense LICENSE
2830
# @version should be incremented only when there is a change in the specific
2931
# frontend service file.

0 commit comments

Comments
 (0)