This website works better with JavaScript.
Home
Help
Sign In
LILiK
/
openwrt-packages-dist
Watch
5
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Projects
0
Releases
0
Wiki
Activity
Browse Source
cgroupfs-mount: fix symbolic link name
Fix the symbolic link name to /etc/rc.d/S01cgroupfs-mount.
lilik-openwrt-22.03
Cobalt Chang
4 years ago
parent
5c6a3f78a8
commit
83db93d16a
2 changed files
with
2 additions
and
2 deletions
Split View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
utils/cgroupfs-mount/Makefile
+1
-1
utils/cgroupfs-mount/files/cgroupfs-mount.init
+ 1
- 1
utils/cgroupfs-mount/Makefile
View File
@ -1,7 +1,7 @@
i
n
c
l
u
d
e
$(
TOPDIR
)
/
r
u
l
e
s
.
m
k
PKG_NAME
:=
cgroupfs-mount
PKG_RELEASE
:=
1
PKG_RELEASE
:=
2
PKG_SOURCE_PROTO
:=
git
PKG_SOURCE_URL
:=
https://github.com/tianon/
$(
PKG_NAME
)
+ 1
- 1
utils/cgroupfs-mount/files/cgroupfs-mount.init
View File
@ -1,6 +1,6 @@
#!/bin/sh /etc/rc.common
START=1
START=
0
1
boot() {
# Procd mounts non-hierarchical cgroupfs so unmount first before cgroupfs-mount
Write
Preview
Loading…
Cancel
Save