diff options
author | Rob Austein <sra@hactrn.net> | 2016-04-23 05:10:32 +0000 |
---|---|---|
committer | Rob Austein <sra@hactrn.net> | 2016-04-23 05:10:32 +0000 |
commit | 772ff8e5a51b11d424b453990c6c9a0a4c03d31c (patch) | |
tree | 062e7641fc233da89c42cd894cd635abceca31f0 /buildtools/debian-skeleton/rpki-ca.default | |
parent | 40c34bb6427f634ee4c9fc4fe7539d7f993abc19 (diff) |
Switch CA daemons to run under rpki-nanny.
This is a transitional version of rpki-nanny: in the long run, the
daemons it runs should take care of reading their own log
configuration from rpki.conf, but that's a yak for another day.
svn path=/branches/tk705/; revision=6366
Diffstat (limited to 'buildtools/debian-skeleton/rpki-ca.default')
-rw-r--r-- | buildtools/debian-skeleton/rpki-ca.default | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/buildtools/debian-skeleton/rpki-ca.default b/buildtools/debian-skeleton/rpki-ca.default index 503d5fc6..387ff261 100644 --- a/buildtools/debian-skeleton/rpki-ca.default +++ b/buildtools/debian-skeleton/rpki-ca.default @@ -6,5 +6,5 @@ # This is a POSIX shell fragment # -# Additional options that are passed to rpki-start-servers. -STARTER_OPTS="--log-level warning --log-directory /var/log/rpki --log-rotating-file-hours 3 --log-backup-count 56" +# Additional arguments that are passed to rpki-nanny. +DAEMON_ARGS="--log-level warning --log-directory /var/log/rpki --log-rotating-file-hours 3 --log-backup-count 56" |