File: snap_config_wrapper

package info (click to toggle)
prometheus-mongodb-exporter 1.0.0%2Bgit20180522.e755a44-1
  • links: PTS, VCS
  • area: main
  • in suites: buster
  • size: 668 kB
  • sloc: sh: 65; makefile: 27
file content (6 lines) | stat: -rwxr-xr-x 224 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
#!/bin/sh

test -e $SNAP_DATA/daemon_arguments || cp $SNAP/etc/prometheus-mongodb-exporter/daemon_arguments.example $SNAP_DATA/daemon_arguments

. $SNAP_DATA/daemon_arguments
exec $SNAP/bin/prometheus-mongodb-exporter $ARGS