Untitled

 avatar
unknown
plain_text
a year ago
315 B
12
Indexable
  fu@void  ~  cd /etc/sv/forgejo/
  fu@void  /etc/sv/forgejo  cat run
#!/bin/sh

export USER="fu"
export HOME="/home/fu"

#groups="$(id -Gn "$USER" | tr ' ' ':')"
#svdir="$HOME/service"

exec 2>&1

cd "${HOME}"
exec chpst -u fu:fu forgejo --work-path /home/fu/srv/git/ 2>&1
Editor is loading...
Leave a Comment