Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
mirror
rsyslog
Commits
f1be0df4
Commit
f1be0df4
authored
Feb 16, 2013
by
Joshua Timberman
Browse files
Merge pull request #15 from tas50/COOK-2356
COOK-2356: Add status support to the rsyslog service
parents
6bb6a63b
3a4a9647
Changes
1
Hide whitespace changes
Inline
Side-by-side
recipes/default.rb
View file @
f1be0df4
...
...
@@ -61,6 +61,6 @@ template "/etc/rsyslog.d/50-default.conf" do
end
service
"
#{
node
[
'rsyslog'
][
'service_name'
]
}
"
do
supports
:restart
=>
true
,
:reload
=>
true
supports
:restart
=>
true
,
:reload
=>
true
,
:status
=>
true
action
[
:enable
,
:start
]
end
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