app-exporter/deb/postinst

5 lines
96 B
Bash
Executable file

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