Translating SysV to Upstart I want to turn this to Upstart:
# Required-Start: $remote_fs $syslog
# Default-Start: 2 3 4 5
I'm stuck with translating $syslog..
start on (runlevel [2345] and started remote-filesystem and ???)
What's the recommended start on for this approach.
rsyslogd
for centos andrsyslog
for Ubuntu. – jordanm Dec 02 '15 at 14:17