summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVladimir Pavljuchenkov (SpiderX) <spiderx@spiderx.dp.ua>2018-05-01 22:53:09 +0300
committerAaron Bauman <bman@gentoo.org>2018-05-04 21:36:56 -0400
commit96e2f80b4d68ea5e3b55dc1bb2389ea680765f5b (patch)
treeedb2180642ff104648a4ca64ff978b5639341505 /net-p2p/resilio-sync/files
parentnet-misc/stargazer: drop duplicate 'static-libs' USE description (diff)
downloadgentoo-96e2f80b4d68ea5e3b55dc1bb2389ea680765f5b.tar.gz
gentoo-96e2f80b4d68ea5e3b55dc1bb2389ea680765f5b.tar.bz2
gentoo-96e2f80b4d68ea5e3b55dc1bb2389ea680765f5b.zip
net-p2p/resilio-sync: wrt #652730
1. Removed mistyped colon from initscript 2. Added keepdir for directory with logs 3. Regenerated manifest (#652730) Closes: https://bugs.gentoo.org/652730 Package-Manager: Portage-2.3.24, Repoman-2.3.6 Closes: https://github.com/gentoo/gentoo/pull/8234
Diffstat (limited to 'net-p2p/resilio-sync/files')
-rw-r--r--net-p2p/resilio-sync/files/resilio-sync.initd2
1 files changed, 1 insertions, 1 deletions
diff --git a/net-p2p/resilio-sync/files/resilio-sync.initd b/net-p2p/resilio-sync/files/resilio-sync.initd
index b9f0380a773a..3e64f108e18a 100644
--- a/net-p2p/resilio-sync/files/resilio-sync.initd
+++ b/net-p2p/resilio-sync/files/resilio-sync.initd
@@ -5,7 +5,7 @@
command="/usr/bin/rslsync"
name="Resilio Sync"
description="Resilio Sync"
-command_user="${USER:-rslsync}::${GROUP:-rslsync}"
+command_user="${USER:-rslsync}:${GROUP:-rslsync}"
pidfile="/run/resilio-sync/resilio-sync.pid"
config=${CONFIG:-/etc/resilio-sync/config.json}
command_args="--config $config ${OPTS}"