44f404830e
This package installs an unprivileged user for the sysbuild utility provided by the sysutils/sysbuild package. This unprivileged user is automatically configured to perform daily NetBSD builds.
8 lines
314 B
Text
8 lines
314 B
Text
# $NetBSD: crontab,v 1.1 2012/07/25 12:20:08 jmmv Exp $
|
|
# crontab(5) file for the unprivileged sysbuild user.
|
|
|
|
PATH=@PREFIX@/bin:@PREFIX@/sbin:/usr/bin:/usr/sbin:/bin:/sbin
|
|
SHELL=/bin/sh
|
|
|
|
# Cheatsheet: minute hour day-of-month month day-of-week(0,7=Sun)
|
|
@daily @PREFIX@/bin/sysbuild4cron -l "${HOME}/log" -- build
|