summarylogtreecommitdiffstats
path: root/zotero-translation-server.service
blob: e105044f8c5e91cc34c9ca19fba3c092cafdecdd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Zotero Translation Server

[Service]
Type=simple
Restart=always
User=zotero-translation-server
WorkingDirectory=/usr/lib/node_modules/translation-server
ExecStart=/usr/bin/npm start
Environment=NODE_CONFIG_DIR=/etc/zotero-translation-server

[Install]
WantedBy=multi-user.target