Enable the openafs-client service
On systemd hosts, you have to explicitly tell systemd to run the service on boot. Change-Id: Iabce35136cbd1409af3728b6b293de610ab2aba1
This commit is contained in:
parent
d113e1cc9f
commit
9ddc9c3ced
@ -139,6 +139,7 @@ class openafs::client (
|
||||
|
||||
service { 'openafs-client':
|
||||
ensure => running,
|
||||
enable => true,
|
||||
hasstatus => false,
|
||||
pattern => '/sbin/afsd',
|
||||
require => [
|
||||
|
Loading…
x
Reference in New Issue
Block a user