]> git.pld-linux.org Git - packages/cacti.git/commitdiff
- use exec to avoid /bin/sh in process table
authorElan Ruusamäe <glen@pld-linux.org>
Sat, 11 Oct 2008 17:08:38 +0000 (17:08 +0000)
committercvs2git <feedback@pld-linux.org>
Sun, 24 Jun 2012 12:13:13 +0000 (12:13 +0000)
Changed files:
    cacti.crontab -> 1.4

cacti.crontab

index 5d5aeec164e400213a517b04a7f227122e6fb71a..0f36f78f1d980a41df2130686e967812ade401df 100644 (file)
@@ -1,5 +1,5 @@
 MAILTO=root
 
-*/5 * * * * cacti umask 022; /usr/sbin/cacti-poller
+*/5 * * * * cacti umask 022; exec /usr/sbin/cacti-poller
 
 # vim:ft=crontab
This page took 0.084499 seconds and 4 git commands to generate.