Introduction
Introduction Statistics Contact Development Disclaimer Help
rc.d: simplify some rc scripts - geomyidae - A small C-based gopherd.
git clone git://bitreich.org/geomyidae/ git://enlrupgkhuxnvlhsf6lc3fziv5h2hhfri…
Log
Files
Refs
Tags
README
LICENSE
---
commit 2f292620fba218aa4d57117dadd4182799f25460
parent 5c0b78719d97fb96b62ff4f13b435a07f896a1e8
Author: Quentin Rameau <[email protected]>
Date: Wed, 1 Apr 2020 20:52:22 +0200
rc.d: simplify some rc scripts
No need to specify default options.
Signed-off-by: Christoph Lohmann <[email protected]>
Diffstat:
M rc.d/Archlinux.conf.d | 2 +-
M rc.d/Gentoo.conf.d | 2 +-
2 files changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/rc.d/Archlinux.conf.d b/rc.d/Archlinux.conf.d
@@ -1,4 +1,4 @@
#
# Parameters to be passed to geomyidae
#
-GEOMYIDAE_ARGS="-u nobody -g nobody -b /srv/gopher -o 70 -l /var/log/geomyidae…
+GEOMYIDAE_ARGS="-u nobody -g nobody -l /var/log/geomyidae.log"
diff --git a/rc.d/Gentoo.conf.d b/rc.d/Gentoo.conf.d
@@ -1,4 +1,4 @@
#
# Parameters to be passed to geomyidae
#
-GEOMYIDAE_ARGS="-d -u gopherd -g gopherd -b /var/gopher -o 70 -l /var/log/${RC…
+GEOMYIDAE_ARGS="-d -u gopherd -g gopherd -l /var/log/${RC_SVCNAME}.log"
You are viewing proxied material from bitreich.org. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.