mirror of
https://tildegit.org/solderpunk/molly-brown
synced 2025-02-22 21:11:05 +01:00
13 lines
272 B
Plaintext
13 lines
272 B
Plaintext
#!/sbin/openrc-run
|
|
|
|
command="/usr/sbin/molly-brown"
|
|
command_user="gemini"
|
|
command_background="yes"
|
|
pidfile="/run/$RC_SVCNAME/$RC_SVCNAME.pid"
|
|
|
|
|
|
start_pre() {
|
|
checkpath --directory --owner $command_user:$command_user --mode 0775 \
|
|
/run/$RC_SVCNAME /var/log/molly
|
|
}
|