role.systemd-rc-local/files/rc.local

14 lines
185 B
Plaintext
Raw Normal View History

2018-04-22 12:59:43 +00:00
#!/bin/sh -e
#
# rc.local -- Added for compatibility with systemd
#
# Enable with:
#
# $ systemctl unmask rc-local
# $ systemctl enable rc-local
# $ systemctl start rc-local
#
exit 0