monitor/release/debian/DEBIAN/postinst

5 lines
109 B
Bash
Executable file

#!/bin/sh
systemctl enable scstwmonitor.service
systemctl daemon-reload
systemctl start scstwmonitor.service