Package: autofs Version: 5.1.1-1 Followup-For: Bug #785563 Dear Maintainer,
____ ___ _ _ ____ _ | _ \_ _| \ | |/ ___| | | |_) | || \| | | _| | | __/| || |\ | |_| |_| |_| |___|_| \_|\____(_) Seriously, this bug report is nearly a year old, and this is literally a one-line fix. I've attached my modified copy of /lib/systemd/system/autofs.service for your reference (the source of the debsums error noted below), which fixes the reported issue. Schwab -- System Information: Debian Release: stretch/sid APT prefers unstable APT policy: (500, 'unstable'), (500, 'testing'), (500, 'stable') Architecture: amd64 (x86_64) Kernel: Linux 4.5.0-1-amd64 (SMP w/4 CPU cores) Locale: LANG=en_US.utf8, LC_CTYPE=en_US.utf8 (charmap=UTF-8) Shell: /bin/sh linked to /bin/dash Init: systemd (via /run/systemd/system) Versions of packages autofs depends on: ii init-system-helpers 1.30 ii libc6 2.22-7 ii libxml2 2.9.3+dfsg1-1 ii multiarch-support 2.22-7 ii ucf 3.0036 Versions of packages autofs recommends: ii kmod 22-1.1 ii nfs-common 1:1.2.8-9 autofs suggests no packages. -- no debconf information -- debsums errors found: debsums: changed file /lib/systemd/system/autofs.service (from autofs package)
[Unit] Description=Automounts filesystems on demand After=network.target ypbind.service sssd.service network-online.target Wants=network-online.target [Service] Type=forking PIDFile=/var/run/autofs.pid EnvironmentFile=-/etc/default/autofs ExecStart=/usr/sbin/automount $OPTIONS --pid-file /var/run/autofs.pid ExecReload=/bin/kill -HUP $MAINPID TimeoutSec=180 [Install] WantedBy=multi-user.target