Files
towerd/systemd/towerd.service
2026-06-15 11:29:17 -04:00

16 lines
265 B
Desktop File

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