summarylogtreecommitdiffstats
path: root/borgwarehouse.service
blob: ad34d616823573cc22dfb83dec29e51eb57e729d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
[Unit]
Description=BorgWarehouse
Documentation=https://borgwarehouse.com
After=network.target

[Service]
Type=simple
User=borgwarehouse
WorkingDirectory=/usr/share/webapps/borgwarehouse/
EnvironmentFile=/etc/webapps/borgwarehouse/borgwarehouse.env
ExecStart=/usr/bin/node /usr/share/webapps/borgwarehouse/node_modules/.bin/next start --port "$WEB_SERVER_PORT" -H "$WEB_SERVER_HOST"
Restart=on-failure

[Install]
WantedBy=multi-user.target