source: branches/fc15-dev/server/fedora/config/etc/rc.d/rc.local @ 1953

Last change on this file since 1953 was 1953, checked in by achernya, 13 years ago
Make rc.local executable. systemd runs rc.local, it doesn't source it. It gets very sad if there is no executable bit on it.
  • Property svn:executable set to *
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.