Files

8 lines
181 B
Bash
Raw Permalink Normal View History

2024-01-15 22:44:05 -08:00
#!/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