1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
| # systemctl status rc-local ● rc-local.service - /etc/rc.d/rc.local Compatibility Loaded: loaded (/usr/lib/systemd/system/rc-local.service; enabled-runtime; vendor preset: disabled) Active: active (exited) since Tue 2026-03-10 15:20:08 CST; 14min ago Docs: man:systemd-rc-local-generator(8) Process: 1366 ExecStart=/etc/rc.d/rc.local start (code=exited, status=0/SUCCESS) Tasks: 0 (limit: 409574) Memory: 0B CGroup: /system.slice/rc-local.service
3月 10 15:20:08 tidb3 systemd[1]: Starting /etc/rc.d/rc.local Compatibility... 3月 10 15:20:08 tidb3 sudo[1373]: root : TTY=unknown ; PWD=/ ; USER=root ; COMMAND=/bin/mount -t nfs 192.168.0.103:/backup /backup 3月 10 15:20:08 tidb3 sudo[1373]: pam_unix(sudo:session): session opened for user root by (uid=0) 3月 10 15:20:08 tidb3 sudo[1373]: pam_unix(sudo:session): session closed for user root 3月 10 15:20:08 tidb3 systemd[1]: Started /etc/rc.d/rc.local Compatibility.
|