~dricottone/huttese-apk

ref: abb7981df8d6ac52ac4afb0740c5225c1d4623aa huttese-apk/sr.ht/searchhut/sh-api.initd -rw-r--r-- 234 bytes
abb7981d — Drew DeVault py3-mwparserfromhell: new aport 2 years ago
                                                                                
1
2
3
4
5
6
7
8
9
10
#!/sbin/openrc-run
name="sh-api"
description="Search engine API"
supervisor=supervise-daemon
command=/usr/bin/sh-api
command_user=searchhut:searchhut

start_pre() {
	[ -n "$error_log" ] && checkpath -f -o $command_user "$error_log"
}