initial commit via gitinitshit

This commit is contained in:
2026-04-22 20:39:57 -06:00
commit dd3c7fab79
6 changed files with 89 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
[Unit]
Description=protecc from cops
After=network.target
[Service]
# Points to your script
ExecStart=/usr/local/bin/dreammaker.sh
# Automatically restarts if the script fails
Restart=always
[Install]
# This allows the service to start at boot
WantedBy=multi-user.target