summarylogtreecommitdiffstats
path: root/haste-server.service
blob: 3b8c443e87a4f2dd5422821b240455af19e41639 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
[Unit]
Description=Simple and secure temporary file storage
Requires=network.target
After=network.target

[Service]
WorkingDirectory=/usr/lib/node_modules/haste
ExecStart=/usr/bin/node /usr/lib/node_modules/haste/server.js
PrivateTmp=true

[Install]
WantedBy=multi-user.target