first commit

This commit is contained in:
2025-09-17 12:13:02 -04:00
commit e3a5efe56f
25 changed files with 2276 additions and 0 deletions

11
watchman.service Normal file
View File

@@ -0,0 +1,11 @@
[Unit]
Description=Watchman
[Service]
Type=simple
User=root
Group=root
ExecStart=watchman
[Install]
WantedBy=multi-user.target