Fixed continuous startup of ifstated.
This commit is contained in:
parent
14fc327b7a
commit
78362bc146
1 changed files with 1 additions and 1 deletions
|
@ -17,7 +17,7 @@ class ifstated {
|
|||
service { "ifstated":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
binary => "/usr/sbin/ifstated",
|
||||
binary => "ifstated",
|
||||
start => "/usr/sbin/ifstated",
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue