summarylogtreecommitdiffstats
path: root/quakejs.service
blob: 6df8ebda6eb39bb80233ebd0200177206a807e77 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
Unit]
Description=QuakeJS game server
After=network.target

[Service]
User=quakejs
Type=simple
ExecStart=/usr/bin/node bin/web.js --config /etc/webapps/quakejs/web.json
WorkingDirectory=/usr/share/webapps/quakejs
LimitNOFILE=1048576
LimitNPROC=64
PrivateTmp=true
PrivateDevices=true
ProtectHome=true
ProtectSystem=strict

[Install]
WantedBy=multi-user.target