File: config

package info (click to toggle)
cron-apt 0.9.1
  • links: PTS
  • area: main
  • in suites: wheezy
  • size: 300 kB
  • sloc: sh: 281; makefile: 120
file content (32 lines) | stat: -rw-r--r-- 772 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
# Configuration for cron-apt.
# The cron config is located in /etc/cron.d/cron-apt
# This shows the defaults.
#
# The directory where the actions is stored.
ACTIONDIR=test/action.d

# The file that contains error messages, and current run information
# when still running the script.
ERROR=test/error

# The loggfile.
LOG=test/log

# The email address to send mail to.
MAILTO=ola@inguza.com

# Value: error   (send mail on error runs)
#        always  (always send mail)
#                (else never send mail)
# MAILON=error
# MAILON=always

# Value: error   (exit on error only)
#                (else never exit)
# EXITON=error
# EXITON=error

# Value: verbose (log everything)
#        error   (log error runs only)
#                (else log nothing)
# DEBUG=verbose