app-exporter/deb/postinst

6 lines
96 B
Text
Raw Permalink Normal View History

#!/bin/bash
systemctl daemon-reload
systemctl enable app-exporter
systemctl start app-exporter