summarylogtreecommitdiffstats
path: root/atvclient.service
diff options
context:
space:
mode:
Diffstat (limited to 'atvclient.service')
-rw-r--r--atvclient.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/atvclient.service b/atvclient.service
new file mode 100644
index 000000000000..63c8f2ba4ede
--- /dev/null
+++ b/atvclient.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Background application implementing the functionality of the AppleTV OS HID driver
+Wants=lirc.service
+
+[Service]
+Type=simple
+PIDFile=/run/atvclient.pid
+ExecStart=/usr/bin/atvclient
+
+[Install]
+WantedBy=multi-user.target