mirror of
https://github.com/openbsd/ports.git
synced 2026-06-17 23:13:55 +02:00
12 lines
157 B
Bash
12 lines
157 B
Bash
#!/bin/ksh
|
|
|
|
daemon="${TRUEPREFIX}/bin/restic-rest-server"
|
|
daemon_flags="--path /var/restic"
|
|
daemon_user="_restic"
|
|
|
|
. /etc/rc.d/rc.subr
|
|
|
|
rc_bg=YES
|
|
|
|
rc_cmd $1
|