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":
|
service { "mythbackend":
|
||||||
ensure => running,
|
ensure => running,
|
||||||
enable => true,
|
enable => true,
|
||||||
require => Package["mythtv-backend"],
|
hasstatus => true,
|
||||||
|
require => Package["mythtv-backend"],
|
||||||
}
|
}
|
||||||
|
|
||||||
file { "/etc/cron.daily/mythorphans":
|
file { "/etc/cron.daily/mythorphans":
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue