diff options
author | Carlo von lynX <lynX@time.to.get.psyced.org> | 2016-05-23 14:09:05 +0000 |
---|---|---|
committer | Carlo von lynX <lynX@time.to.get.psyced.org> | 2016-05-23 14:09:05 +0000 |
commit | 9ee434862c39b0bbf26bf18cfcd386e2b81b762a (patch) | |
tree | c61a481d16bf272f4aa08a981fb935c0176338c6 /src/social | |
parent | ea349e8f593829f62b0a7fbaa1813a007c6033e9 (diff) |
social needs to start as user service, not system
Diffstat (limited to 'src/social')
-rw-r--r-- | src/social/social.conf.in | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/social/social.conf.in b/src/social/social.conf.in index 9149b65a16..98798a72f6 100644 --- a/src/social/social.conf.in +++ b/src/social/social.conf.in @@ -1,6 +1,7 @@ [social] AUTOSTART = @AUTOSTART@ BINARY = gnunet-service-social +USER_SERVICE = YES UNIXPATH = $GNUNET_RUNTIME_DIR/gnunet-service-social.sock UNIX_MATCH_UID = YES |