diff --git a/etc/init/logd.conf b/etc/init/logd.conf deleted file mode 100644 index 77bea3d..0000000 --- a/etc/init/logd.conf +++ /dev/null @@ -1,20 +0,0 @@ -# logd -# -# This service is started automatically by init so that the output from -# other services can be logged. - -description "service logging daemon" -author "Scott James Remnant " - -stop on runlevel 0 -stop on runlevel 1 -stop on runlevel 6 - -console output - -post-start script - echo "Starting logd" -end script - -respawn -exec /sbin/logd