Files
home-sensors/dbuild/DEBIAN/postinst
T
2024-01-15 22:44:05 -08:00

8 lines
181 B
Bash
Executable File

#!/bin/bash
systemctl daemon-reload
# Make sure its enabled
systemctl enable --now watcher
# Restart it; it might have already been installed and running
systemctl restart watcher