mirror of
https://github.com/novatiq/packages.git
synced 2026-04-30 07:28:39 +01:00
Merge pull request #13827 from cobaltchang/fix-cgroupfs-mount-init-script-order
cgroupfs-mount: fix symbolic link name
This commit is contained in:
@@ -1,7 +1,7 @@
|
|||||||
include $(TOPDIR)/rules.mk
|
include $(TOPDIR)/rules.mk
|
||||||
|
|
||||||
PKG_NAME:=cgroupfs-mount
|
PKG_NAME:=cgroupfs-mount
|
||||||
PKG_RELEASE:=1
|
PKG_RELEASE:=2
|
||||||
|
|
||||||
PKG_SOURCE_PROTO:=git
|
PKG_SOURCE_PROTO:=git
|
||||||
PKG_SOURCE_URL:=https://github.com/tianon/$(PKG_NAME)
|
PKG_SOURCE_URL:=https://github.com/tianon/$(PKG_NAME)
|
||||||
|
|||||||
Regular → Executable
+1
-1
@@ -1,6 +1,6 @@
|
|||||||
#!/bin/sh /etc/rc.common
|
#!/bin/sh /etc/rc.common
|
||||||
|
|
||||||
START=1
|
START=01
|
||||||
|
|
||||||
boot() {
|
boot() {
|
||||||
# Procd mounts non-hierarchical cgroupfs so unmount first before cgroupfs-mount
|
# Procd mounts non-hierarchical cgroupfs so unmount first before cgroupfs-mount
|
||||||
|
|||||||
Reference in New Issue
Block a user