working on fixing addons

This commit is contained in:
n0mad1k
2025-04-12 22:17:44 -04:00
parent bd0dcf693c
commit d936575312
4 changed files with 191 additions and 2 deletions
+20
View File
@@ -0,0 +1,20 @@
# templates/tracker.service.j2
[Unit]
Description=Email Tracking Server
After=network.target
[Service]
User=root
Group=root
WorkingDirectory=/opt/tracker
ExecStart=/usr/bin/python3 /opt/tracker/app.py
Restart=always
RestartSec=10
# Security measures
PrivateTmp=true
ProtectSystem=full
NoNewPrivileges=true
[Install]
WantedBy=multi-user.target