linuxOS_AP05/debian/binary/usr/lib/systemd/system/rc-local.service.d/debian.conf
2025-09-26 09:40:02 +08:00

11 lines
290 B
Plaintext

[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