Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Projets publics
puppet-freeradius
Commits
4a0239a3
Commit
4a0239a3
authored
Dec 21, 2016
by
Jonathan
Committed by
GitHub
Dec 21, 2016
Browse files
Merge pull request #42 from paulseward/logrotate_fix
test for the existance of the pidfile before trying to HUP the daemon
parents
a83e5fab
6255c6d6
Changes
1
Show whitespace changes
Inline
Side-by-side
templates/radiusd.logrotate.erb
View file @
4a0239a3
...
...
@@ -56,5 +56,5 @@
}
lastrotate
kill -HUP `cat /var/run/radiusd/radiusd.pid`
if [ -e /var/run/radiusd/radiusd.pid ] then;
kill -HUP `cat /var/run/radiusd/radiusd.pid`
; fi;
endscript
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment