7 lines
81 B
Text
7 lines
81 B
Text
|
#!/bin/sh
|
||
|
|
||
|
# Enable swclock OpenRC service
|
||
|
rc-update -q add swclock boot
|
||
|
|
||
|
exit 0
|