aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tuptime/tuptime-openrc.post-install
blob: 9ea355f6634782e8672e66c34ade531ea5d80bf1 (plain)
1
2
3
4
5
#!/bin/sh

echo 'Tuptime needs to be executed now and at boot time, do it with: "rc-update add tuptime default && rc-service tuptime start"' 1>&2

exit 0