diff options
Diffstat (limited to 'www-apps/trickster-bin/files/trickster.service')
-rw-r--r-- | www-apps/trickster-bin/files/trickster.service | 17 |
1 files changed, 0 insertions, 17 deletions
diff --git a/www-apps/trickster-bin/files/trickster.service b/www-apps/trickster-bin/files/trickster.service deleted file mode 100644 index 02363a906786..000000000000 --- a/www-apps/trickster-bin/files/trickster.service +++ /dev/null @@ -1,17 +0,0 @@ -# -*- 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 |