diff options
author | tv <tv@nomic.retiolum> | 2013-01-30 01:48:27 +0100 |
---|---|---|
committer | tv <tv@nomic.retiolum> | 2013-01-30 01:48:27 +0100 |
commit | 46ba0880900d5696024a615ac393d485f9adfaba (patch) | |
tree | 25448da40237c6b88899dd2ad9d10d3078e75baf /services/bin | |
parent | 9577db8e98c94e0b8e36fed70cfd246f98f0344a (diff) |
//services/bin/services: ControlMaster=no
Diffstat (limited to 'services/bin')
-rwxr-xr-x | services/bin/services | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/services/bin/services b/services/bin/services index c142a363..957d197a 100755 --- a/services/bin/services +++ b/services/bin/services @@ -8,6 +8,8 @@ user=services hostname=${1-localhost} port=1337 +options="${options+$options }-o ControlMaster=no" + if test -n "${services_identity_file-}"; then options="${options+$options }-i $services_identity_file" fi |