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.

11 lines
303 B

{% calculate format='openrc' %}
#able to press the I key during boot so you can choose to start specific services
rc_interactive="NO"
#use all net.* for network atapters (need for CDS)
rc_parallel="YES"
{% if pkg('net-vpn/wireguard-tools') %}
rc_hotplug="!net.wg?"
{% else %}
rc_hotplug="*"
{% endif %}