Files
towerd/systemd/towerd.service
KenwoodFox c7accf6ec6 Inital ver
2026-06-14 18:26:37 -04:00

15 lines
236 B
Desktop File

[Unit]
Description=Tower Daemon
After=multi-user.target
[Service]
Type=simple
User=root
WorkingDirectory=/opt/towerd
ExecStart=/opt/towerd/venv/bin/python -m towerd
Restart=on-failure
RestartSec=5
[Install]
WantedBy=multi-user.target