summaryrefslogtreecommitdiff
path: root/baserock_webserver/hastebin/haste-server.service.in
blob: 1da2c588a43e1da3aa5ac9523c158bf2a9ee988f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description = Haste server

[Service]
Type = simple
WorkingDirectory={{ haste_server_install_location }}
ExecStart = /usr/bin/node {{ haste_server_install_location }}/server.js
User = hastebin
Group = hastebin
Restart = on-failure

[Install]
WantedBy=default.target