~rvb/maas/packaging-dont-compact-css

« back to all changes in this revision

Viewing changes to debian/maas-region-controller-min.maas-regiond.upstart

[r=roaksoax][bug=][author=allenap] Simpler logging set-up for maas-regiond and maas-clusterd.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
env LOGFILE=/var/log/maas/regiond.log
15
15
 
16
16
script
17
 
    exec /usr/bin/twistd --nodaemon --pidfile= maas-regiond 2>&1 | \
18
 
        /usr/bin/rotatelogs -f -L "${LOGFILE}" "${LOGFILE}" 10M
 
17
    exec /usr/bin/twistd --nodaemon --pidfile= maas-regiond > ${LOGFILE} 2>&1
19
18
end script