mirror of
https://github.com/void-linux/void-packages.git
synced 2025-08-31 00:53:09 +02:00
6 lines
162 B
Bash
6 lines
162 B
Bash
#!/bin/sh
|
|
exec 2>&1
|
|
exec 1>&2
|
|
[ -r /etc/default/fake-hwclock ] && . /etc/default/fake-hwclock
|
|
fake-hwclock load $FORCE || exit 1
|
|
exec chpst -b fake-hwclock pause
|