Fix permissions on run files
This commit is contained in:
parent
162e4ea1ea
commit
a278d8e380
1 changed files with 3 additions and 0 deletions
|
|
@ -3,5 +3,8 @@
|
|||
# Fix for windows hosts manging run files
|
||||
dos2unix -q /etc/service/*/run
|
||||
|
||||
# Fix permissions on run files
|
||||
chmod +x /etc/service/*/run
|
||||
|
||||
# Start Runit.
|
||||
runsvdir -P /etc/service
|
||||
Loading…
Reference in a new issue