You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Björn Dahlgren edited this page Mar 17, 2017
·
2 revisions
# arma-server-web-admin.conf
description "ArmA Server Web Admin"
start on started networking
stop on runlevel [016]
setuid <username>
script
mkdir -p <arma directory>
cd <arma directory>
node <server application directory>/app.js
end script
respawn