mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 15:33:55 +02:00
13 lines
218 B
Bash
13 lines
218 B
Bash
#!/bin/ksh
|
|
#
|
|
|
|
daemon="${TRUEPREFIX}/bin/git daemon --detach"
|
|
daemon_user="_gitdaemon"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="${TRUEPREFIX}/libexec/git/git-daemon --detach${daemon_flags:+ ${daemon_flags}}"
|
|
rc_reload=NO
|
|
|
|
rc_cmd $1
|