PR: 224113 Submitted by: Dmitri Goutnik <dg@syrec.org> (maintainer) Approved by: adamw (mentor) Differential Revision: https://reviews.freebsd.org/D13469
6 lines
177 B
Bash
6 lines
177 B
Bash
#!/bin/sh
|
|
|
|
cd %%PREFIX%%/libexec/%%PORTNAME%% &&
|
|
USER=%%GOGS_USER%% \
|
|
HOME=$(echo ~%%GOGS_USER%%) \
|
|
su -m %%GOGS_USER%% -c './%%PORTNAME%% web --config %%ETCDIR%%/conf/app.ini'
|