Page MenuHomeFreeBSD

D56787.id177229.diff
No OneTemporary

D56787.id177229.diff

diff --git a/www/forgejo14/Makefile b/www/forgejo14/Makefile
--- a/www/forgejo14/Makefile
+++ b/www/forgejo14/Makefile
@@ -74,9 +74,6 @@
# Go binaries are statically linked
STRIP= #
-DAEMONARGS= -S -l \$${forgejo_facility} -s \$${forgejo_priority} -T \
- \$${name}
-SUB_LIST+= DAEMONARGS="${DAEMONARGS}"
# The provided Makefile does not include an install target.
do-install:
diff --git a/www/forgejo14/files/forgejo.in b/www/forgejo14/files/forgejo.in
--- a/www/forgejo14/files/forgejo.in
+++ b/www/forgejo14/files/forgejo.in
@@ -38,7 +38,8 @@
chown ${forgejo_user} "$d"
fi
done
- /usr/sbin/daemon %%DAEMONARGS%% \
+ /usr/sbin/daemon \
+ -S -l ${forgejo_facility} -s ${forgejo_priority} -T ${name} \
-u ${forgejo_user} -p ${pidfile} \
/usr/bin/env -i \
"FORGEJO_CUSTOM=${forgejo_custom}" \

File Metadata

Mime Type
text/plain
Expires
Fri, Jun 5, 12:43 PM (14 h, 42 m)
Storage Engine
blob
Storage Format
Raw Data
Storage Handle
33753864
Default Alt Text
D56787.id177229.diff (821 B)

Event Timeline