6 lines
184 B
Bash
Executable file
6 lines
184 B
Bash
Executable file
#!/bin/sh
|
|
# Default rc.local for void; add your custom commands here.
|
|
#
|
|
# This is run by runit in stage 2 before the services are executed
|
|
# (see /etc/runit/2).
|
|
mount --make-rshared /
|