Advertisement
Guest User

Untitled

a guest
Feb 12th, 2016
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. [root@a470ea9ed7fd src]# ls /etc/init.d/
  2. README
  3. [root@a470ea9ed7fd src]# if [ ! -f /etc/init/syslog.conf ] && [ ! -x /etc/init.d/syslog ]; then
  4. > echo true
  5. > fi
  6. true
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement