aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fix_var_run.sh
diff options
context:
space:
mode:
authorDavid Walter Seikel2012-02-06 11:20:47 +1000
committerDavid Walter Seikel2012-02-06 11:20:47 +1000
commit0acc2e4d6f634f7158f8b674094d75d7e2d75817 (patch)
treec7dbce1cf28f9ac1074a662f371ea283bd218ab5 /fix_var_run.sh
parentConvert to using tmux, though the old screen stuff is still there. (diff)
downloadIGnoble-0acc2e4d6f634f7158f8b674094d75d7e2d75817.zip
IGnoble-0acc2e4d6f634f7158f8b674094d75d7e2d75817.tar.gz
IGnoble-0acc2e4d6f634f7158f8b674094d75d7e2d75817.tar.bz2
IGnoble-0acc2e4d6f634f7158f8b674094d75d7e2d75817.tar.xz
Write a new script to deal with /var/run, and use it.
Diffstat (limited to 'fix_var_run.sh')
-rwxr-xr-xfix_var_run.sh6
1 files changed, 6 insertions, 0 deletions
diff --git a/fix_var_run.sh b/fix_var_run.sh
new file mode 100755
index 0000000..97567cb
--- /dev/null
+++ b/fix_var_run.sh
@@ -0,0 +1,6 @@
1# Create the opensim run dir.
2mkdir -p /var/run/opensim
3chown opensim:opensim /var/run/opensim
4chmod ug+rwx /var/run/opensim
5chmod o-rwx /var/run/opensim
6chmod g+s /var/run/opensim