mirror of
https://github.com/morgan9e/UxPlay
synced 2026-04-13 15:54:09 +09:00
14 lines
219 B
Desktop File
14 lines
219 B
Desktop File
[Unit]
|
|
Description=AirPlay Unix mirroring server
|
|
Requires=avahi-daemon
|
|
After=avahi-daemon
|
|
|
|
[Service]
|
|
Type=simple
|
|
ExecStart=uxplay
|
|
Restart=on-failure
|
|
#StandardOutput=file:%h/uxplay.log
|
|
|
|
[Install]
|
|
WantedBy=default.target
|