diff --git a/CHANGELOG b/CHANGELOG index f8a7504..c9c53fa 100644 --- a/CHANGELOG +++ b/CHANGELOG @@ -21,6 +21,7 @@ xx/xx/2018 autofs-5.1.5 - add an example fedfs master map entry to the installed master map. - improve hostname lookup error logging. - tiny patch for autofs typo and possible bug. +- add units After line to include statd service. 19/12/2017 autofs-5.1.4 - fix spec file url. diff --git a/samples/autofs.service.in b/samples/autofs.service.in index 918fc93..766fc5a 100644 --- a/samples/autofs.service.in +++ b/samples/autofs.service.in @@ -1,6 +1,6 @@ [Unit] Description=Automounts filesystems on demand -After=network.target ypbind.service sssd.service network-online.target remote-fs.target +After=network.target ypbind.service sssd.service network-online.target remote-fs.target rpc-statd.service rpcbind.service Wants=network-online.target rpc-statd.service rpcbind.service [Service]