ports/devel/gogs/files/gogs.in
Yuri Victorovich 0b50fe4fcb New port: devel/gogs: Painless self-hosted Git service
PR:		205283
Submitted by:	Dmitri Goutnik <dg@syrec.org>
Approved by:	tcberner (mentor), adamw (mentor)
Differential Revision:	https://reviews.freebsd.org/D13141
2017-11-20 17:52:35 +00:00

6 lines
166 B
Bash

#!/bin/sh
cd %%PREFIX%%/libexec/%%PORTNAME%% &&
USER=%%GOGS_USER%% \
HOME=$(getent passwd %%GOGS_USER%% | cut -d: -f6) \
su -m %%GOGS_USER%% -c './%%PORTNAME%% web'