source: server/fedora/config/etc/rc.d/rc.local @ 417

Last change on this file since 417 was 227, checked in by presbrey, 17 years ago
start postfix if AFS is working
File size: 148 bytes
RevLine 
[151]1#!/bin/bash
[39]2
3touch /var/lock/subsys/local
4
[227]5if [ -r "/afs/athena.mit.edu" ]; then
6        /sbin/service postfix start
7fi
8
[151]9/bin/mkdir -pm 1773 /tmp/sessions
Note: See TracBrowser for help on using the repository browser.