Files
EpiSupport-Zammad-Scraper/deploy/episupport-poller.service
T
2026-06-29 09:52:02 +02:00

24 lines
515 B
Desktop File
Raw Blame History

This file contains ambiguous Unicode characters
This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
[Unit]
Description=EPI-Support Monitor Hintergrund-Abruf (Poller)
After=network-online.target
Wants=network-online.target
[Service]
Type=simple
User=www-data
Group=www-data
WorkingDirectory=/var/www/html/episupport
EnvironmentFile=/var/www/html/episupport/.env
ExecStart=/var/www/html/episupport/venv/bin/python run_poller.py
Restart=on-failure
RestartSec=15
# Härtung
NoNewPrivileges=true
PrivateTmp=true
ProtectSystem=full
ReadWritePaths=/var/www/html/episupport/data
[Install]
WantedBy=multi-user.target