You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/www-apps/trickster-bin/files/trickster.service

18 lines
361 B

# -*- mode: conf -*-
[Unit]
Description=Dashboard Accelerator for Prometheus
Documentation=https://github.com/Comcast/trickster
After=network.target
[Service]
EnvironmentFile=-/etc/default/trickster
User=trickster
ExecStart=/usr/bin/trickster \
$TRICKSTER_OPTS
ExecReload=/bin/kill -HUP $MAINPID
Restart=always
[Install]
WantedBy=multi-user.target