mirror of
https://github.com/openbsd/ports.git
synced 2026-06-18 07:24:23 +02:00
11 lines
172 B
Bash
11 lines
172 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/bin/BackupPC -d"
|
|
daemon_user="_backuppc"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
pexp="/usr/bin/perl ${daemon}${daemon_flags:+ ${daemon_flags}}"
|
|
|
|
rc_cmd $1
|