Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in / Register
Toggle navigation
Menu
Open sidebar
Ian Eiloart
Sympl
Commits
2186af46
Commit
2186af46
authored
Apr 21, 2017
by
telyn
Browse files
[monit]: fix incrond check on sysv
parent
8b61e33a
Changes
1
Hide whitespace changes
Inline
Side-by-side
firewall/monit.d/incrond
View file @
2186af46
...
...
@@ -7,7 +7,8 @@ class IncrondCheck < Symbiosis::Monitor::Check
def
initialize
super
pid_file:
'/var/run/incrond.pid'
,
init_script:
'/etc/init.d/incron'
,
unit_name:
'incron'
unit_name:
'incron'
,
process_name:
'incrond'
end
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