9 lines
201 B
Plaintext
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
|