diff options
author | Christian Poessinger <christian@poessinger.com> | 2019-12-30 15:44:55 +0100 |
---|---|---|
committer | Christian Poessinger <christian@poessinger.com> | 2019-12-30 15:44:58 +0100 |
commit | 9b1cfeff18a23dfbefd485741ac4609c92707dfd (patch) | |
tree | af93aa1eb1ba5911ef445d249d50ffa78a61f530 /interface-definitions/system-options.xml.in | |
parent | b9a6dab2d4f162eba59b9eec989b1de1b249f3fd (diff) | |
download | vyos-1x-9b1cfeff18a23dfbefd485741ac4609c92707dfd.tar.gz vyos-1x-9b1cfeff18a23dfbefd485741ac4609c92707dfd.zip |
beep: T1920: migrate to systemd unit
Diffstat (limited to 'interface-definitions/system-options.xml.in')
-rw-r--r-- | interface-definitions/system-options.xml.in | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/interface-definitions/system-options.xml.in b/interface-definitions/system-options.xml.in index 5fa0635bd..48bc353ab 100644 --- a/interface-definitions/system-options.xml.in +++ b/interface-definitions/system-options.xml.in @@ -5,9 +5,15 @@ <node name="options" owner="${vyos_conf_scripts_dir}/system-options.py"> <properties> <help>System Options</help> - <priority>400</priority> + <priority>9999</priority> </properties> <children> + <leafNode name="beep-if-fully-booted"> + <properties> + <help>plays sound via system speaker when you can login</help> + <valueless/> + </properties> + </leafNode> <leafNode name="ctrl-alt-del-action"> <properties> <help>Ctrl-Alt-Delete action</help> |