diff options
author | Simon Rettberg | 2019-11-12 11:31:46 +0100 |
---|---|---|
committer | Simon Rettberg | 2019-11-12 11:31:46 +0100 |
commit | dd48d827a1bffe3825ecc2a34bedb7a641d92613 (patch) | |
tree | eabab6cd99a9973b2db947b29c3529ca42958fd0 /modules-available/dnbd3 | |
parent | [statistics] FIX STUFF (diff) | |
download | slx-admin-dd48d827a1bffe3825ecc2a34bedb7a641d92613.tar.gz slx-admin-dd48d827a1bffe3825ecc2a34bedb7a641d92613.tar.xz slx-admin-dd48d827a1bffe3825ecc2a34bedb7a641d92613.zip |
[sysconfig/runmode] Remove "noSysconfig" functionality
Was of limited use and not properly implemented anyways.
Diffstat (limited to 'modules-available/dnbd3')
-rw-r--r-- | modules-available/dnbd3/hooks/runmode/config.json | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/modules-available/dnbd3/hooks/runmode/config.json b/modules-available/dnbd3/hooks/runmode/config.json index 683e0280..7d2fe3c9 100644 --- a/modules-available/dnbd3/hooks/runmode/config.json +++ b/modules-available/dnbd3/hooks/runmode/config.json @@ -1,7 +1,6 @@ { "isClient": false, "configHook": "Dnbd3Util::runmodeConfigHook", - "noSysconfig": true, "systemdDefaultTarget": "dnbd3-proxy", "allowGenericEditor": true, "deleteUrlSnippet": "dummyparam=", |