Files
towerd/systemd/towerd.service
2026-06-18 14:09:14 -04:00

17 lines
305 B
Desktop File

[Unit]
Description=Tower Daemon
After=multi-user.target influxdb.service
Wants=influxdb.service
[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