~dricottone/huttese-apk

ref: 688599766e6290f9847281a3260fbd7e211c73d3 huttese-apk/sr.ht/builds.sr.ht/builds.sr.ht-worker.initd -rwxr-xr-x 407 bytes
68859976 — Drew DeVault sr.ht/py3-infinity: bump pkgrel 4 years ago
                                                                                
c2fcbab4 Drew DeVault
db2ecc8b Drew DeVault
c2fcbab4 Drew DeVault
1
2
3
4
5
6
7
8
9
10
11
12
13
14
#!/sbin/openrc-run
name="builds.sr.ht-worker"
description="builds.sr.ht build worker"
supervisor=supervise-daemon
EXTRA_ARGS=${EXTRA_ARGS:-}
BUILDS_USER=builds
supervise_daemon_args="-1 $LOGS -2 $LOGS"
command="/usr/bin/builds.sr.ht-worker -- $EXTRA_ARGS"
command_user="$BUILDS_USER:$BUILDS_USER"
pidfile="/run/${RC_SVCNAME}.pid"

start_pre() {
	checkpath -f "$LOGS" -m 644 -o "$BUILDS_USER:$BUILDS_USER"
}