diff --git a/config/dbus.conf b/config/dbus.conf new file mode 100644 index 0000000..15eac8e --- /dev/null +++ b/config/dbus.conf @@ -0,0 +1,10 @@ +# Set to "yes" to regenerate the dbus machine id everytime the service +# is brought up. The dbus documentation only expects the machine id to +# persist during one boot session however systemd says it must persist +# across every boot (i.e. never change). While many applications only +# care if the machine-id is consistent during runtime, there are some +# that do expect it to always stay the same. +DBUS_UUIDGEN="no" + +# This configures the directives used for s6-log in the log service. +DIRECTIVES="n3 s2000000 T" diff --git a/config/dhcpcd.conf b/config/dhcpcd.conf new file mode 100644 index 0000000..565bdae --- /dev/null +++ b/config/dhcpcd.conf @@ -0,0 +1,2 @@ +# This configures the directives used for s6-log in the log service. +DIRECTIVES="n3 s2000000 T" diff --git a/config/wpa_supplicant.conf b/config/wpa_supplicant.conf new file mode 100644 index 0000000..8051c52 --- /dev/null +++ b/config/wpa_supplicant.conf @@ -0,0 +1,4 @@ +WPA_INTERFACE=wlp3s0 + +# This configures the directives used for s6-log in the log service. +DIRECTIVES="n3 s2000000 T"