mirror of
https://github.com/outbackdingo/ports.git
synced 2026-03-21 01:44:24 +00:00
13 lines
186 B
Bash
Executable File
13 lines
186 B
Bash
Executable File
#!/bin/sh
|
|
# system one time tasks
|
|
|
|
PATH=/sbin:/bin:/usr/sbin:/usr/bin
|
|
|
|
# run startup script
|
|
/etc/runit/rc.startup
|
|
|
|
mkdir -p /run/runit
|
|
|
|
touch /etc/runit/stopit
|
|
chmod 0 /etc/runit/stopit
|