# ~/.config/systemd/user/unified-remote.service
[Unit]
Description=Unified Remote Server
After=network-online.target
Wants=network-online.target

[Service]
Type=forking
WorkingDirectory=/opt/urserver
Environment=HOME=%h
# Launch the native daemon (it double-forks)
ExecStart=/opt/urserver/urserver --daemon
ExecStop=/opt/urserver/urserver-stop
Restart=on-failure
RestartSec=3

[Install]
WantedBy=default.target
