aboutsummaryrefslogtreecommitdiffstats
path: root/main/util-linux/rfkill.confd
blob: 29e9c9800c07d855fa428938cc14f9a76af19a15 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
# RESTORE_ON_START:
# Do you want to apply rfkill device configuration on startup?
# no - Do not restore configuration
# yes - Restore configuration

RESTORE_ON_START="yes"

# SAVE_ON_STOP:
# Do you want to save rfkill device configuration?
# no - Do not save configuration
# yes - Save configuration

SAVE_ON_STOP="yes"