Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Open sidebar
mirror
rsyslog
Commits
69bb1cbc
Commit
69bb1cbc
authored
Nov 14, 2016
by
Jennifer Davis
Committed by
GitHub
Nov 14, 2016
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #114 from kemra102/master
Make rsyslog only restart once
parents
5ca260cb
c1d090ab
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
resources/file_input.rb
resources/file_input.rb
+1
-1
No files found.
resources/file_input.rb
View file @
69bb1cbc
...
...
@@ -39,7 +39,7 @@ action :create do
'state_file'
=>
log_name
,
'severity'
=>
severity
,
'facility'
=>
facility
notifies
:restart
,
"service[
#{
node
[
'rsyslog'
][
'service_name'
]
}
]"
notifies
:restart
,
"service[
#{
node
[
'rsyslog'
][
'service_name'
]
}
]"
,
:delayed
end
service
node
[
'rsyslog'
][
'service_name'
]
do
...
...
Write
Preview
Markdown
is supported
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