From 843da720f3531a0ae6860130c5baa1f8e2ba7d1b Mon Sep 17 00:00:00 2001 From: Titouan Rigoudy Date: Tue, 14 Apr 2015 15:27:53 -0400 Subject: [PATCH] Fixed typo in service file --- init-headphone.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init-headphone.service b/init-headphone.service index 4133fcc..bf16f81 100644 --- a/init-headphone.service +++ b/init-headphone.service @@ -4,7 +4,7 @@ After=suspend.target [Service] Type=simple -ExecStart=/usr/bin/init-headphone +ExecStart=/usr/sbin/init-headphone [Install] WantedBy=suspend.target