blob: 985319bea1a043044d3cdd78172556eb7f6a14f8 [file] [log] [blame]
Alanny Lopezbb309af2017-08-18 15:14:49 -05001#!/bin/bash
2
3# Starting Xcat Daemon Service
4service xcatd start
5
6# Starting SSH Daemon
7echo "SSH Daemon listening on port 22"
8/usr/sbin/sshd -D