making progress

This commit is contained in:
n0mad1k
2025-04-14 06:25:26 -04:00
parent d936575312
commit b2fdee77b6
24 changed files with 1342 additions and 121 deletions
+8 -5
View File
@@ -1,20 +1,23 @@
# templates/tracker.service.j2
[Unit]
Description=Email Tracking Server
After=network.target
[Service]
User=root
Group=root
User=tracker
Group=tracker
WorkingDirectory=/opt/tracker
ExecStart=/usr/bin/python3 /opt/tracker/app.py
ExecStart=/opt/tracker/venv/bin/python /opt/tracker/simple_email_tracker.py
Restart=always
RestartSec=10
# Security measures
# Security settings
PrivateTmp=true
ProtectSystem=full
NoNewPrivileges=true
# Hide process information
StandardOutput=null
StandardError=journal
[Install]
WantedBy=multi-user.target