linuxOS_AP05/debian/binary/usr/lib/systemd/system/rc-local.service.d/debian.conf

11 lines
290 B
Plaintext
Raw Normal View History

2025-09-26 01:40:02 +00:00
[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