aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/fix_var_run.sh
blob: 97567cb65257fb3907ae6c0f82764b895e981cf4 (plain)
1
2
3
4
5
6
# Create the opensim run dir.
mkdir -p /var/run/opensim
chown opensim:opensim /var/run/opensim
chmod ug+rwx  /var/run/opensim
chmod o-rwx  /var/run/opensim
chmod g+s  /var/run/opensim