diff options
author | Simon Rettberg | 2017-10-10 17:40:51 +0200 |
---|---|---|
committer | Simon Rettberg | 2017-10-10 17:40:51 +0200 |
commit | 0041e188f7ef4c936eb08f26e08f229e7ce1b550 (patch) | |
tree | 52f2cb90e2b44c1325bbc8a65b47b3c088750929 /modules-available/dnbd3/hooks/runmode | |
parent | [dnbd3] New module for managing dnbd3 servers - WIP (diff) | |
download | slx-admin-0041e188f7ef4c936eb08f26e08f229e7ce1b550.tar.gz slx-admin-0041e188f7ef4c936eb08f26e08f229e7ce1b550.tar.xz slx-admin-0041e188f7ef4c936eb08f26e08f229e7ce1b550.zip |
[dnbd3] More progress, manage location restrictions for proxies
Diffstat (limited to 'modules-available/dnbd3/hooks/runmode')
-rw-r--r-- | modules-available/dnbd3/hooks/runmode/config.json | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/modules-available/dnbd3/hooks/runmode/config.json b/modules-available/dnbd3/hooks/runmode/config.json new file mode 100644 index 00000000..095cb42f --- /dev/null +++ b/modules-available/dnbd3/hooks/runmode/config.json @@ -0,0 +1,6 @@ +{ + "isClient": false, + "configHook": "Dnbd3Util::runmodeConfigHook", + "noSysconfig": true, + "systemdDefaultTarget": "dnbd3-proxy" +}
\ No newline at end of file |