blob: 0771274ba4a44ea8ed7050b3ffbb43efaae2b698 [file] [log] [blame]
#!/bin/bash
# Builds and uploads a debian package for Grafana config.
APPNAME=grafana-configd
DESCRIPTION="Configuration for Grafana"
SYSTEMD=grafana-server.service
# Copy files into the right locations in ${ROOT}.
copy_release_files()
{
INSTALL="sudo install -D --verbose --backup=none --group=root --owner=root"
${INSTALL} --mode=644 -T ./sys/grafana-server.service ${ROOT}/etc/systemd/system/grafana-server.service
}
source ../bash/release.sh