diff --git a/uxplay.service b/uxplay.service new file mode 100644 index 0000000..7b7c651 --- /dev/null +++ b/uxplay.service @@ -0,0 +1,12 @@ +[Unit] +Description=AirPlay Unix mirroring server +Requires=avahi-daemon +After=avahi-daemon + +[Service] +Type=simple +ExecStart=uxplay +Restart=on-failure + +[Install] +WantedBy=default.target