aboutsummarylogtreecommitdiffstats
path: root/fix-bt-a2dp.service
diff options
context:
space:
mode:
authorPastLeo2019-02-05 09:40:04 +0800
committerPastLeo2019-02-05 15:30:50 +0800
commitb7c148d5b6ce211470c194268062a76fd00b1714 (patch)
tree1287fb135645269e1c110d7d98dd54d2cd9567a3 /fix-bt-a2dp.service
downloadaur-b7c148d5b6ce211470c194268062a76fd00b1714.tar.gz
finish 0.1-1 with my first PKGBUILD
Diffstat (limited to 'fix-bt-a2dp.service')
-rw-r--r--fix-bt-a2dp.service10
1 files changed, 10 insertions, 0 deletions
diff --git a/fix-bt-a2dp.service b/fix-bt-a2dp.service
new file mode 100644
index 000000000000..a563c5221347
--- /dev/null
+++ b/fix-bt-a2dp.service
@@ -0,0 +1,10 @@
+[Unit]
+Description=Fix Bluetooth A2DP
+
+[Service]
+Type=simple
+ExecStart=/usr/bin/fix-bt-a2dp
+StandardOutput=journal
+
+[Install]
+WantedBy=multi-user.target