From 95794d03672088162cebdab866a73391fca05a63 Mon Sep 17 00:00:00 2001 From: Christian Hesse Date: Thu, 13 Sep 2018 22:05:36 +0200 Subject: sms-action: move configuration to global-config --- global-config | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'global-config') diff --git a/global-config b/global-config index e42139b..5d8617a 100644 --- a/global-config +++ b/global-config @@ -47,6 +47,13 @@ # add mode here... }; +# Run commands on SMS action. +:global "sms-action" { + shutdown="/ system shutdown"; + reboot="/ system reboot"; +# add more here... +} + # This address should resolve ntp servers and is used to update # ntp settings. A pool can rotate servers. :global "ntp-pool" "pool.ntp.org"; -- cgit v1.2.3-54-g00ecf