add: debian file, perform various fixes
This commit is contained in:
Executable
+7
@@ -0,0 +1,7 @@
|
||||
#!/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
|
||||
Reference in New Issue
Block a user