aboutsummaryrefslogtreecommitdiffstats
path: root/testing/tuptime/tuptime.cron
diff options
context:
space:
mode:
Diffstat (limited to 'testing/tuptime/tuptime.cron')
-rw-r--r--testing/tuptime/tuptime.cron4
1 files changed, 3 insertions, 1 deletions
diff --git a/testing/tuptime/tuptime.cron b/testing/tuptime/tuptime.cron
index 2cbe767603..ff9b39b260 100644
--- a/testing/tuptime/tuptime.cron
+++ b/testing/tuptime/tuptime.cron
@@ -1,2 +1,4 @@
#!/bin/sh
-if [ -x /usr/bin/tuptime ]; then /usr/bin/tuptime -x > /dev/null; fi
+if [ -x /usr/bin/tuptime ]; then
+ su tuptime -s /bin/sh -c '/usr/bin/tuptime -x' > /dev/null
+fi