debian.conf 290 B

12345678910
  1. [Unit]
  2. # not specified by LSB, but has been behaving that way in Debian under SysV
  3. # init and upstart
  4. After=network-online.target
  5. # Often contains status messages which users expect to see on the console
  6. # during boot
  7. [Service]
  8. StandardOutput=journal+console
  9. StandardError=journal+console