@@ -262,6 +262,7 @@ System shutdown or restart need to be handled by the primary \fBinit\fR, which s
262
262
waiting for it to terminate after stopping services (possibly by invoking \fBdinitctl shutdown\fR).
263
263
.\"
264
264
.SH LOGGING
265
+ .\"
265
266
Dinit "logs" via two mechanisms simultaneously: the "console" (standard output, not necessarily associated
266
267
with an actual console if \fBdinit\fR was started with output directed elsewhere) and the "main log facility"
267
268
which is the syslog facility by default but which may be directed to a file.
@@ -282,7 +283,7 @@ also reset the level via the \fB\-\-console\-level\fR option to either \fBwarn\f
282
283
This will reduce noise in the output from successful service startup.
283
284
.\"
284
285
.SH COMMAND LINE FROM KERNEL
285
- .LP
286
+ .\"
286
287
When running as PID 1, \fBdinit\fR may process the command line differently, to compensate for kernel behaviour.
287
288
.LP
288
289
On Linux, kernel command line options that are not recognised by the kernel will be passed on to \fBdinit\fR.
@@ -331,7 +332,7 @@ Default locations for service description files. The directories are searched in
331
332
Default location for service description files for user instances. The directories are searched in the order listed.
332
333
.\"
333
334
.SH SIGNALS
334
- .LP
335
+ .\"
335
336
When run as a system manager, SIGINT stops all services and performs a reboot (on Linux, this signal can be
336
337
generated using the control-alt-delete key combination); SIGTERM stops services and halts the system; and
337
338
SIGQUIT performs an immediate shutdown with no service rollback.
@@ -344,5 +345,6 @@ and exit Dinit; SIGQUIT exits Dinit immediately.
344
345
\fBdinitctl\fR(8), \fBdinit-service\fR(5), \fBdinitcheck\fR(8), \fB$$$SHUTDOWN_PREFIX@@@shutdown(8)\fR.
345
346
.\"
346
347
.SH AUTHOR
348
+ .\"
347
349
Dinit, and this manual, were written by Davin McCall.
348
350
$$$dnl
0 commit comments