Files
towerd/systemd/towerd.service
KenwoodFox f49ff99b6b Rust Ver
2026-06-15 10:32:37 -04:00

15 lines
232 B
Desktop File

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