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

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

[Install]
WantedBy=multi-user.target