summarylogtreecommitdiffstats
path: root/mathoid.service
blob: c91680be9a0361948c36345d21315dd8a8aeb9b3 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Mathoid Server
After=network.target

[Service]
User=nobody
Type=simple
ExecStart=/usr/bin/node /usr/share/webapps/mediawiki/services/mathoid/server.js
PrivateTmp=true

[Install]
WantedBy=multi-user.target