role.systemd-rc-local/files/rc.local
2018-04-22 14:59:43 +02:00

14 lines
185 B
Bash

#!/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