summaryrefslogtreecommitdiffstats
path: root/core/modules/hardware-stats/data/opt/openslx/pam/hooks/session-open.d/usage_stats
blob: e2154aa7d6a172beaa880422d8de953be4bb49e4 (plain) (blame)
1
2
3
4
5
6
7
8
9
#!/bin/ash - sourced

if [ "x$PAM_SERVICE" != "xsu" -a "x$PAM_SERVICE" != "xsudo" ]; then
	sleep 3
	/opt/openslx/scripts/cron-system_usage_update
fi &

true