source:
trunk/debathena/config/reactivate/debian/99debathena-reactivate-setup
@
24153
Revision 24153, 333 bytes checked in by geofft, 15 years ago (diff) |
---|
Line | |
---|---|
1 | # This script is sourced (not executed) as root at the beginning of a |
2 | # gdm login session. gdm blocks until it finishes. |
3 | |
4 | # Stop daemons that need to be restarted inside the chroot |
5 | daemons=$(/usr/sbin/policy-rc.d --daemons) |
6 | for daemon in $daemons; do |
7 | invoke-rc.d "$daemon" stop || [ $? = 100 ] |
8 | done |
9 | |
10 | touch /var/run/athena-login |
Note: See TracBrowser
for help on using the repository browser.