2011-09-20 07:36:55 -04:00
|
|
|
#!/bin/sh
|
|
|
|
#
|
2011-12-17 17:01:12 -05:00
|
|
|
# $OpenBSD: backuppc.rc,v 1.2 2011/12/17 22:01:13 sthen Exp $
|
2011-09-20 07:36:55 -04:00
|
|
|
|
2011-12-17 17:01:12 -05:00
|
|
|
daemon="${TRUEPREFIX}/bin/BackupPC -d"
|
2011-09-20 07:36:55 -04:00
|
|
|
daemon_user="_backuppc"
|
|
|
|
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
|
|
|
|
pexp="/usr/bin/perl.*BackupPC${daemon_flags:+ ${daemon_flags}}"
|
|
|
|
|
|
|
|
rc_cmd $1
|