diff options
author | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-17 21:24:23 +0200 |
---|---|---|
committer | Mike Gabriel <mike.gabriel@das-netzwerkteam.de> | 2018-04-17 21:24:23 +0200 |
commit | 6d577534c37b83efda0b53e2b2fa065db8cc001c (patch) | |
tree | 98b5b1ca0970711ccc34ed6d11f5e926ac52b7e7 /contrib | |
parent | 9f120dbdde7ff0330a7d8417d2577888019abab0 (diff) | |
download | desktop-autoloader-6d577534c37b83efda0b53e2b2fa065db8cc001c.tar.gz desktop-autoloader-6d577534c37b83efda0b53e2b2fa065db8cc001c.tar.bz2 desktop-autoloader-6d577534c37b83efda0b53e2b2fa065db8cc001c.zip |
Assure that Desktop Autoloader is disabled by default and requires an explicit activation step.
Diffstat (limited to 'contrib')
-rw-r--r-- | contrib/desktop-autoloader.default | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/contrib/desktop-autoloader.default b/contrib/desktop-autoloader.default index b31b421..c41a590 100644 --- a/contrib/desktop-autoloader.default +++ b/contrib/desktop-autoloader.default @@ -3,6 +3,9 @@ # This file allows you to tweak the behaviour of the Desktop Autoloader # tool. +# The autoloader is disabled by default. Enable it here (s/false/true/). +#DESKTOP_AUTOLOADER_ENABLED=false + # The virtual display to be used for the autoloader session. AUTOLOAD_DISPLAY=:20 |