core/initscripts-systemd/rc-local.service

14 lines
215 B
Desktop File

[Unit]
Description=/etc/rc.local Compatibility
[Service]
Type=oneshot
ExecStart=/etc/rc.local
TimeoutSec=0
StandardInput=tty
RemainAfterExit=yes
[Install]
WantedBy=multi-user.target
Also=rc-local-shutdown.service