Skip to content

Commit

Permalink
falter-common: can't overwrite rc.local from base-files anymore
Browse files Browse the repository at this point in the history
  • Loading branch information
pktpls committed Aug 27, 2024
1 parent 6208791 commit effd4ee
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 11 deletions.
12 changes: 12 additions & 0 deletions packages/falter-common/files/etc/init.d/rclocal
Original file line number Diff line number Diff line change
@@ -0,0 +1,12 @@
#!/bin/sh /etc/rc.common

# The "done" service calls /etc/rc.local at 95, so let's go right after
START=96

boot() {
[ -d /etc/rc.local.d ] && {
for file in /etc/rc.local.d/*; do
test -f "$file" && . "$file"
done
}
}
11 changes: 0 additions & 11 deletions packages/falter-common/files/etc/rc.local

This file was deleted.

0 comments on commit effd4ee

Please sign in to comment.