rc.local 185 B

12345678910111213
  1. #!/bin/sh -e
  2. #
  3. # rc.local -- Added for compatibility with systemd
  4. #
  5. # Enable with:
  6. #
  7. # $ systemctl unmask rc-local
  8. # $ systemctl enable rc-local
  9. # $ systemctl start rc-local
  10. #
  11. exit 0