Untitled
unknown
plain_text
a year ago
317 B
9
Indexable
my /run #!/bin/sh export USER="fu" export HOME="/home/fu groups="$(id -Gn "$USER" | tr ' ' ':')" svdir="$HOME/service" exec chpst -u "$USER:$groups" runsvdir "$svdir" ------------------------- fu@void ~ sudo sv status /home/fu/service/* fail: /home/fu/service/forgejo: runsv not running
Editor is loading...
Leave a Comment