first commit

This commit is contained in:
bolade
2025-08-05 22:29:54 +01:00
commit 974ffa6554
33 changed files with 3297 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
[Unit]
Description=Email Alerts Application
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/root/email_alerts
Environment=PATH=/root/email_alerts/venv/bin
ExecStart=/root/email_alerts/venv/bin/python /root/email_alerts/run_server.py
Restart=always
RestartSec=10
[Install]
WantedBy=multi-user.target