aboutsummaryrefslogtreecommitdiff
path: root/src/social
diff options
context:
space:
mode:
authorCarlo von lynX <lynX@time.to.get.psyced.org>2016-05-23 14:09:05 +0000
committerCarlo von lynX <lynX@time.to.get.psyced.org>2016-05-23 14:09:05 +0000
commit9ee434862c39b0bbf26bf18cfcd386e2b81b762a (patch)
treec61a481d16bf272f4aa08a981fb935c0176338c6 /src/social
parentea349e8f593829f62b0a7fbaa1813a007c6033e9 (diff)
downloadgnunet-9ee434862c39b0bbf26bf18cfcd386e2b81b762a.tar.gz
gnunet-9ee434862c39b0bbf26bf18cfcd386e2b81b762a.zip
social needs to start as user service, not system
Diffstat (limited to 'src/social')
-rw-r--r--src/social/social.conf.in1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/social/social.conf.in b/src/social/social.conf.in
index 9149b65a1..98798a72f 100644
--- a/src/social/social.conf.in
+++ b/src/social/social.conf.in
@@ -1,6 +1,7 @@
1[social] 1[social]
2AUTOSTART = @AUTOSTART@ 2AUTOSTART = @AUTOSTART@
3BINARY = gnunet-service-social 3BINARY = gnunet-service-social
4USER_SERVICE = YES
4 5
5UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-social.sock 6UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-social.sock
6UNIX_MATCH_UID = YES 7UNIX_MATCH_UID = YES