mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
21 lines
362 B
Bash
21 lines
362 B
Bash
#!@RCD_SCRIPTS_SHELL@
|
|
#
|
|
# $NetBSD: faxq.sh,v 1.1 2015/12/29 00:05:54 dholland Exp $
|
|
|
|
# PROVIDE: faxq
|
|
# REQUIRE: DAEMON
|
|
# KEYWORD: shutdown
|
|
|
|
$_rc_subr_loaded . /etc/rc.subr
|
|
|
|
name=faxq
|
|
rcvar=$name
|
|
command=@PREFIX@/sbin/faxq
|
|
command_args=
|
|
#pidfile=@VARBASE@/run/faxq.pid
|
|
required_files=@VARBASE@/spool/hylafax/etc/config
|
|
|
|
load_rc_config $name
|
|
run_rc_command "$1"
|
|
|
|
|