[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