summaryrefslogtreecommitdiffstats
path: root/modules-available/locationinfo/hooks/runmode/config.json
diff options
context:
space:
mode:
authorSimon Rettberg2017-07-12 18:39:21 +0200
committerSimon Rettberg2017-07-12 18:39:21 +0200
commit6b5d3a94ed1b62728957b04b36a08327837b0b5f (patch)
treec3cf440c5ca2a6a34b74d08d5a571bc1312aa2e2 /modules-available/locationinfo/hooks/runmode/config.json
parent[baseconfig_partitions_cdn] Fix warning (diff)
downloadslx-admin-6b5d3a94ed1b62728957b04b36a08327837b0b5f.tar.gz
slx-admin-6b5d3a94ed1b62728957b04b36a08327837b0b5f.tar.xz
slx-admin-6b5d3a94ed1b62728957b04b36a08327837b0b5f.zip
[runmode] Tweaks, support NO_CONFIG and systemd target
Diffstat (limited to 'modules-available/locationinfo/hooks/runmode/config.json')
-rw-r--r--modules-available/locationinfo/hooks/runmode/config.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/modules-available/locationinfo/hooks/runmode/config.json b/modules-available/locationinfo/hooks/runmode/config.json
index 8c1ebad8..c88b20cf 100644
--- a/modules-available/locationinfo/hooks/runmode/config.json
+++ b/modules-available/locationinfo/hooks/runmode/config.json
@@ -1,4 +1,7 @@
{
"getModeName": "LocationInfo::getPanelName",
- "isClient": false
+ "isClient": false,
+ "configHook": "LocationInfo::configHook",
+ "noSysconfig": true,
+ "systemdDefaultTarget": "multi-user"
} \ No newline at end of file