summaryrefslogtreecommitdiff
path: root/system/sargon/sargon.default
diff options
context:
space:
mode:
authorSergey Poznyakoff <gray@gnu.org>2019-12-01 08:09:33 +0700
committerWilly Sudiarto Raharjo <willysr@slackbuilds.org>2019-12-01 08:09:33 +0700
commit7f8489d5ef1a04f0eff9e58f6d6fd6fb28b59908 (patch)
tree4eb0c85179753ed5b76902d21a5148a65183885a /system/sargon/sargon.default
parent7f184736aaab928e8cdf8b1e1f17fe169b82df6d (diff)
downloadslackbuilds-7f8489d5ef1a04f0eff9e58f6d6fd6fb28b59908.tar.gz
system/sargon: Added (User privilege system for docker).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'system/sargon/sargon.default')
-rw-r--r--system/sargon/sargon.default10
1 files changed, 10 insertions, 0 deletions
diff --git a/system/sargon/sargon.default b/system/sargon/sargon.default
new file mode 100644
index 0000000000..27d5403bc3
--- /dev/null
+++ b/system/sargon/sargon.default
@@ -0,0 +1,10 @@
+# Startup defaults for sargon docker plugin.
+#
+# This file is a valid shell script defining variables that control
+# the startup of the sargon daemon by /etc/rc.d/rc.sargon.
+
+# Change to "yes" in order to enable tracing of the decisions taken by sargon.
+SARGON_TRACE=no
+
+# Change to "yes" to enable verbose debugging.
+SARGON_DEBUG=no