blob: 3715246c45287bd7ae4df783b8dda3bc1cd324a7 [file] [log] [blame]
{#
SPDX-FileCopyrightText: © 2020 Open Networking Foundation <support@opennetworking.org>
SPDX-License-Identifier: Apache-2.0
#}
[Unit]
Description=Timesheets DB Service
Documentation=https://github.com/opennetworkinglab/timesheetsdb
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User={{ timesheets_username }}
Group={{ timesheets_groupname }}
WorkingDirectory={{ timesheets_dir }}/db
ExecStart=npm run start:prod
Restart=on-failure
RestartSec=30
PrivateTmp=true
[Install]
WantedBy=multi-user.target