File: bcron-spool.run

package info (click to toggle)
bcron 0.09-11%2Bsqueeze1
  • links: PTS
  • area: main
  • in suites: squeeze
  • size: 496 kB
  • ctags: 313
  • sloc: ansic: 2,055; sh: 419; makefile: 113
file content (10 lines) | stat: -rw-r--r-- 158 bytes parent folder | download | duplicates (10)
1
2
3
4
5
6
7
8
9
10
#!/bin/sh
exec >/dev/null 2>&1
exec \
envdir /etc/bcron \
envuidgid cron \
sh -c '
exec \
unixserver -U ${BCRON_SOCKET:-/var/run/bcron-spool} \
bcron-spool
'