in the foreground --- in fact, it auto-detaches.
% postmaster -S
and the
postmaster will be "S"ilent.
- Notice that there
- is no ampersand ("&") at the end of the last example so
- postmaster will be running in the foreground.
+ No ampersand ("&") is required in this case, since the postmaster
+ automatically detaches from the terminal when -S is specified.
% postmaster -S
and the
postmaster will be "S"ilent.
- Notice that there
- is no ampersand ("&") at the end of the last example so
- postmaster will be running in the foreground.
+ No ampersand ("&") is required in this case, since the postmaster
+ automatically detaches from the terminal when -S is specified.