Files
NetMapper2026/deploy/systemd/netmapper-worker.service
T
Perplexity Bot be55c35c3a
CI / basic-check (push) Has been cancelled
Add minimal control agent and systemd unit templates
2026-08-03 22:13:46 +00:00

17 lines
313 B
Desktop File

[Unit]
Description=NetMapper Worker
After=network.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/NetMapper2026/worker
ExecStart=/opt/NetMapper2026/worker/.venv/bin/python app/main.py
Restart=on-failure
RestartSec=5
StandardOutput=journal
StandardError=journal
[Install]
WantedBy=multi-user.target