Files
2026-04-10 15:36:36 -07:00

9 lines
201 B
Plaintext

# Put your custom commands here that should be executed once
# the system init finished. By default this file does nothing.
mkdir -p /var/etc/nut
chgrp nut /var/etc/nut
chmod 750 /var/etc/nut
exit 0