v4: Removed option SysVStartPriority
Support for option SysVStartPriority= has been removed and it is ignored According to https://lists.freedesktop.org/archives/systemd-devel/2014-November/025726.html this option never had any effect
This commit is contained in:
parent
32e9da8a00
commit
8303fbfa84
3 changed files with 5 additions and 6 deletions
6
.SRCINFO
6
.SRCINFO
|
@ -1,8 +1,8 @@
|
|||
# Generated by mksrcinfo v8
|
||||
# Thu Aug 25 20:34:59 UTC 2016
|
||||
# Sun May 7 21:27:08 UTC 2017
|
||||
pkgbase = rc-local
|
||||
pkgdesc = Support for legacy rc.local scripts
|
||||
pkgver = 3
|
||||
pkgver = 4
|
||||
pkgrel = 1
|
||||
url = https://aur.archlinux.org/packages/rc-local/
|
||||
install = rc-local.install
|
||||
|
@ -13,7 +13,7 @@ pkgbase = rc-local
|
|||
source = rc.local
|
||||
source = rc-local.service
|
||||
sha256sums = 8aa661c15cf9a35c32c79055bf69ab2d16354128ddd67a1bce0a7e48fe26f2e3
|
||||
sha256sums = 7ac3eae0aee580448acbe386a3a2954990510790c42f2b9a0df293078d22dc14
|
||||
sha256sums = f8c4f7a72833bb568bd4848ad16442cb3150b438184e0a6d30348fb518f969ae
|
||||
|
||||
pkgname = rc-local
|
||||
|
||||
|
|
4
PKGBUILD
4
PKGBUILD
|
@ -3,7 +3,7 @@
|
|||
# Contributor: $pooky Hunter <spookyh+arch@gmail.org>
|
||||
|
||||
pkgname=rc-local
|
||||
pkgver=3
|
||||
pkgver=4
|
||||
pkgrel=1
|
||||
pkgdesc='Support for legacy rc.local scripts'
|
||||
url="https://aur.archlinux.org/packages/${pkgname}/"
|
||||
|
@ -15,7 +15,7 @@ backup=('etc/rc.local')
|
|||
source=('rc.local'
|
||||
'rc-local.service')
|
||||
sha256sums=('8aa661c15cf9a35c32c79055bf69ab2d16354128ddd67a1bce0a7e48fe26f2e3'
|
||||
'7ac3eae0aee580448acbe386a3a2954990510790c42f2b9a0df293078d22dc14')
|
||||
'f8c4f7a72833bb568bd4848ad16442cb3150b438184e0a6d30348fb518f969ae')
|
||||
|
||||
package() {
|
||||
install -Dm755 'rc.local' "${pkgdir}/etc/rc.local"
|
||||
|
|
|
@ -15,7 +15,6 @@ ExecStart=/etc/rc.local start
|
|||
TimeoutSec=0
|
||||
StandardOutput=tty
|
||||
RemainAfterExit=yes
|
||||
SysVStartPriority=99
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
|
Loading…
Reference in a new issue