File: bcron-spool.8

package info (click to toggle)
bcron 0.11-9
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 752 kB
  • sloc: sh: 3,099; ansic: 2,416; makefile: 28
file content (20 lines) | stat: -rw-r--r-- 648 bytes parent folder | download | duplicates (5)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
.TH bcron-spool 8
.SH NAME
bcron-spool \- Manage user crontab submissions
.SH SYNOPSIS
.B envuidgid $BCRON_USER unixserver -U /var/run/bcron-spool bcron-spool
.SH DESCRIPTION
.B bcron-spool
manipulates the bcron spool on behalf of users.  It accepts one of three
commands: List an existing file, remove an existing file, copy given
data into a new file.  The name of the file in the spool directory is
restricted to the username of the connecting process.
.SH ENVIRONMENT
.TP 5
.B BCRON_SPOOL
The spool directory for bcron.  Defaults to
.IR /var/spool/cron .
.SH SEE ALSO
bcron-sched(8), bcrontab(1)
.SH AUTHOR
Bruce Guenter <bruce@untroubled.org>