diff options
author | Robby Workman <rworkman@slackbuilds.org> | 2013-06-04 01:21:22 -0500 |
---|---|---|
committer | Robby Workman <rworkman@slackbuilds.org> | 2013-06-05 03:17:30 -0500 |
commit | a4e9ec08bc28794f1df6ef44d2261ee127776fe5 (patch) | |
tree | 1333e9861d8142540151f44741dc093d013eddb7 /system/apcupsd/apcupsd.logrotate | |
parent | 49f66ceb906b066a294d6afc2111fb8bb8486933 (diff) | |
download | slackbuilds-a4e9ec08bc28794f1df6ef44d2261ee127776fe5.tar.gz |
system/apcupsd: Added "missingok" to the logrotate script
Signed-off-by: Robby Workman <rworkman@slackbuilds.org>
Diffstat (limited to 'system/apcupsd/apcupsd.logrotate')
-rw-r--r-- | system/apcupsd/apcupsd.logrotate | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/system/apcupsd/apcupsd.logrotate b/system/apcupsd/apcupsd.logrotate index 507c9cdaf3..a68692f62b 100644 --- a/system/apcupsd/apcupsd.logrotate +++ b/system/apcupsd/apcupsd.logrotate @@ -2,6 +2,7 @@ rotate 4 weekly notifempty + missingok postrotate /etc/rc.d/rc.apcupsd restart 1>/dev/null || true endscript |