source: trunk/debathena/debathena/metrics/debian/75debathena-metrics-stop @ 24043

Revision 24043, 266 bytes checked in by broder, 15 years ago (diff)
Create debathena-metrics package for gathering information on how Athena is being used. This package will start a daemon at the beginning of a login session. This daemon captures any path executed by the user over the course of their session, any packages installed by the user, and the total length of the login session. The collected information is sent to wslogger when the user is logged out.
Line 
1# This script is sourced (not executed) as root at the end of a gdm
2# login session.  gdm blocks until it finishes.  DISPLAY is set but
3# the X server might be dead in some cases.
4
5# Collect and send off metrics
6dbus-send --system / edu.mit.debathena.Metrics.LogOut
Note: See TracBrowser for help on using the repository browser.