blob: 3715246c45287bd7ae4df783b8dda3bc1cd324a7 [file] [log] [blame]
Zack Williams70996442020-10-01 22:09:49 -07001{#
2SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
3SPDX-License-Identifier: Apache-2.0
4#}
5[Unit]
6Description=Timesheets DB Service
7Documentation=https://github.com/opennetworkinglab/timesheetsdb
8After=network-online.target
9Wants=network-online.target
10
11
12[Service]
13Type=simple
14
15User={{ timesheets_username }}
16Group={{ timesheets_groupname }}
17WorkingDirectory={{ timesheets_dir }}/db
18
19ExecStart=npm run start:prod
20
21Restart=on-failure
22RestartSec=30
23PrivateTmp=true
24
25[Install]
26WantedBy=multi-user.target