cgroupfs-mount: fix symbolic link name
Fix the symbolic link name to /etc/rc.d/S01cgroupfs-mount.
This commit is contained in:
parent
5c6a3f78a8
commit
83db93d16a
2 changed files with 2 additions and 2 deletions
|
@ -1,7 +1,7 @@
|
|||
include $(TOPDIR)/rules.mk
|
||||
|
||||
PKG_NAME:=cgroupfs-mount
|
||||
PKG_RELEASE:=1
|
||||
PKG_RELEASE:=2
|
||||
|
||||
PKG_SOURCE_PROTO:=git
|
||||
PKG_SOURCE_URL:=https://github.com/tianon/$(PKG_NAME)
|
||||
|
|
2
utils/cgroupfs-mount/files/cgroupfs-mount.init
Normal file → Executable file
2
utils/cgroupfs-mount/files/cgroupfs-mount.init
Normal file → Executable file
|
@ -1,6 +1,6 @@
|
|||
#!/bin/sh /etc/rc.common
|
||||
|
||||
START=1
|
||||
START=01
|
||||
|
||||
boot() {
|
||||
# Procd mounts non-hierarchical cgroupfs so unmount first before cgroupfs-mount
|
||||
|
|
Loading…
Reference in a new issue