aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tuptime/tuptime.cron
blob: ff9b39b26065ade94ffc2213d7c4bbadf6fe83fa (plain)
1
2
3
4
#!/bin/sh
if [ -x /usr/bin/tuptime ]; then
	su tuptime -s /bin/sh -c '/usr/bin/tuptime -x' > /dev/null
fi