diff options
author | root <root@rshg054.dnsready.net> | 2012-04-15 00:01:28 +0000 |
---|---|---|
committer | root <root@rshg054.dnsready.net> | 2012-04-15 00:01:28 +0000 |
commit | f06b9295f0e60a0faa0d3231a0d0b3f2358d8459 (patch) | |
tree | 4bef4a67030f8ef621aaeeb16cc8d7f313c9eb67 /social/seeks/seeks.conf.d | |
parent | caa3e47071c8516ac31afaa0b654f5aaa4911939 (diff) |
Sun Apr 15 00:01:28 UTC 2012
Diffstat (limited to 'social/seeks/seeks.conf.d')
-rw-r--r-- | social/seeks/seeks.conf.d | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/social/seeks/seeks.conf.d b/social/seeks/seeks.conf.d index 21ed0526a..c28382aca 100644 --- a/social/seeks/seeks.conf.d +++ b/social/seeks/seeks.conf.d @@ -1,6 +1,11 @@ # -# Array for your vde config files +# Arguments to be passed to the Seeks daemon +# + +# User +SEEKS_USER="seeks" +# Config file (default if empty) SEEKS_CONFIG="" +# Args +SEEKS_ARGS="" -# Parameters to be passed to seeks -SEEKS_ARGS="--daemon --user seeks $SEEKS_CONFIG" |