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