Initial commit
This commit is contained in:
8
backup/etc/rc.local
Normal file
8
backup/etc/rc.local
Normal file
@@ -0,0 +1,8 @@
|
||||
# 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
|
||||
Reference in New Issue
Block a user