summaryrefslogtreecommitdiff
path: root/baserock_webserver/hastebin/haste-server.service.in
blob: 944fc576ec89ae1f24f42aed4a97b4d5d43be1a0 (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=multi-user.target