diff options
author | Simon Rettberg | 2017-07-25 18:58:14 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-07-25 18:58:14 +0200 |
commit | 1d53bb0332593309272c3b5bbf417a736c778955 (patch) | |
tree | 16d3519904333d6cdec4221d8b96a86ad30cfe55 /modules-available/locationinfo/hooks | |
parent | [locationinfo] weekcalendar: Fix hourline timer handle being global (diff) | |
download | slx-admin-1d53bb0332593309272c3b5bbf417a736c778955.tar.gz slx-admin-1d53bb0332593309272c3b5bbf417a736c778955.tar.xz slx-admin-1d53bb0332593309272c3b5bbf417a736c778955.zip |
[locationinfo] Set proper systemd target
Diffstat (limited to 'modules-available/locationinfo/hooks')
-rw-r--r-- | modules-available/locationinfo/hooks/runmode/config.json | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modules-available/locationinfo/hooks/runmode/config.json b/modules-available/locationinfo/hooks/runmode/config.json index c88b20cf..4dd7282f 100644 --- a/modules-available/locationinfo/hooks/runmode/config.json +++ b/modules-available/locationinfo/hooks/runmode/config.json @@ -3,5 +3,5 @@ "isClient": false, "configHook": "LocationInfo::configHook", "noSysconfig": true, - "systemdDefaultTarget": "multi-user" + "systemdDefaultTarget": "kiosk-mode" }
\ No newline at end of file |