You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
calculate-overlay/profiles/templates/3.3/6_ac_update_sync/revision/25-calculate-core_default

12 lines
263 B

# Calculate ini(overlay-calculate.revision)<25 exec=/bin/bash
#-ini(overlay-calculate.revision,25)-#
if [[ -L /etc/runlevels/boot/calculate-core ]]
then
rc-update del calculate-core boot &>/dev/null
rc-update add calculate-core default &>/dev/null
fi
exit 0