diff --git a/autofs.be0 b/autofs.be0 index e63fa2926..e1b02bdb9 100755 --- a/autofs.be0 +++ b/autofs.be0 @@ -1,6 +1,6 @@ #!/usr/bin/env beesh -# BEE_VERSION autofs-5.1.2-0 +# BEE_VERSION autofs-5.1.2-1 ## this file was created by bee init and should be executed to build a ## bee-package. (Additional hints are located at the end of this file.) @@ -9,7 +9,7 @@ ## The source URL(s) define the location of the sources that will be ## downloaded. Version variables may be used to simplify reuse of this bee-file. -SRCURL[0]="http://ftp.kernel.org/pub/linux/daemons/autofs/v5/autofs-${PKGVERSION}.tar.xz" +SRCURL[0]="https://www.kernel.org/pub/linux/daemons/autofs/v5/autofs-${PKGVERSION}.tar.xz" ############################################################################### ## Add URLs/pathes to patch files to the PATCHURL array. @@ -85,6 +85,8 @@ ExecStartPre=/usr/sbin/make-automaps ExecStart=/usr/sbin/automount -v PIDFile=/run/autofs-running ExecReload=/bin/kill -HUP $MAINPID +Restart=on-abort +RestartSec=1 [Install] WantedBy=multi-user.target