Skip to content

Commit

Permalink
syslogs is now rsyslogd
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Lange committed Sep 24, 2015
1 parent d7b5595 commit 1b06501
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/faireboot
@@ -1,6 +1,6 @@
#! /bin/bash

# reboot FAI correctly, Thomas Lange, Uni Koeln, copyright 2000-2014
# reboot FAI correctly, Thomas Lange, Uni Koeln, copyright 2000-2015

faimond=0
. /usr/lib/fai/subroutines
Expand All @@ -15,7 +15,7 @@ done

cd /
killall -STOP rcS
killall -q apt-get dpkg tar gzip yes cat syslogd
killall -q apt-get dpkg tar gzip yes cat rsyslogd

[ "X" == "X$SSH_CLIENT" -a "$TERM" != "dumb" ] && killall -q sshd

Expand Down

0 comments on commit 1b06501

Please sign in to comment.