mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-30 05:40:06 +00:00
- missed the rc.d file
This commit is contained in:
parent
77a4da9663
commit
228eb8aa73
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=246076
18
mail/quickml/files/quickml.in
Normal file
18
mail/quickml/files/quickml.in
Normal file
@ -0,0 +1,18 @@
|
||||
#!/bin/sh
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
. %%RC_SUBR%%
|
||||
|
||||
name="quickml"
|
||||
rcvar=`set_rcvar`
|
||||
|
||||
command="%%RUBY%%"
|
||||
command_args="%%PREFIX%%/sbin/${name}"
|
||||
pidfile="/var/run/${name}.pid"
|
||||
required_files=%%PREFIX%%/etc/quickmlrc
|
||||
|
||||
load_rc_config $name
|
||||
|
||||
run_rc_command "$1"
|
Loading…
Reference in New Issue
Block a user