ifstated: Add full path to ifstated binary and remove unneeded start command.
This commit is contained in:
parent
4f9af8deb6
commit
7705931638
1 changed files with 1 additions and 2 deletions
|
@ -17,8 +17,7 @@ class ifstated {
|
|||
service { "ifstated":
|
||||
ensure => running,
|
||||
enable => true,
|
||||
binary => "ifstated",
|
||||
start => "/usr/sbin/ifstated",
|
||||
binary => "/usr/sbin/ifstated",
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue