Fixed status query of mythbackend service.
This commit is contained in:
parent
22f0550ef4
commit
e4e4ed206b
1 changed files with 4 additions and 3 deletions
|
@ -67,9 +67,10 @@ class mythtv::backend {
|
|||
}
|
||||
|
||||
service { "mythbackend":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
require => Package["mythtv-backend"],
|
||||
ensure => running,
|
||||
enable => true,
|
||||
hasstatus => true,
|
||||
require => Package["mythtv-backend"],
|
||||
}
|
||||
|
||||
file { "/etc/cron.daily/mythorphans":
|
||||
|
|
Loading…
Add table
Reference in a new issue