From 6518e61963b2f807715b2b54471c8a17812f2a78 Mon Sep 17 00:00:00 2001 From: Cameron Norman Date: Fri, 7 Mar 2014 17:26:09 -0800 Subject: [PATCH] Update init.upstart --- init.upstart | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/init.upstart b/init.upstart index 0cb3067a..79918a89 100644 --- a/init.upstart +++ b/init.upstart @@ -4,8 +4,8 @@ # if headphones is installed system wide, and into $XDG_CONFIG_HOME/upstart if # headphones is installed per user. Change the executable path appropiately. -start on desktop-session-start -stop on desktop-shutdown +start on desktop-start +stop on desktop-end env CONFIG=""$XDG_CONFIG_HOME"/headphones" env DATA=""$XDG_DATA_HOME"/headphones"