Run UxPlay as a systemd service

This method gives you:

 

Create a systemd service file

 

  1. Open Service file
sudo nano /etc/systemd/system/uxplay.service

In Nano Paste following command editing yoursuername

[Unit]
Description=UxPlay AirPlay Receiver
After=network.target

[Service]
Type=simple
User=YOURUSERNAME
ExecStart=/usr/bin/uxplay
Restart=on-failure

[Install]
WantedBy=multi-user.target
  1. Reload systemd
sudo systemctl daemon-reload

Optional: Enable auto start on boot

sudo systemctl enable uxplay

 

Systemd Commands for UxPlay

 

sudo systemctl start uxplay

sudo systemctl stop uxplay

sudo systemctl stop uxplay


 


Revision #1
Created 2026-01-14 17:23:06 UTC by lumxux
Updated 2026-01-14 17:43:08 UTC by lumxux