From ff125a4be764206c4a5d9bb23aa771f51006a1a5 Mon Sep 17 00:00:00 2001 From: William Douglas Date: Mon, 9 Jul 2012 13:57:50 -0700 Subject: Fix service file error causing service to fail. Type was set to simple but it should be oneshot. Also add RemainAfterExit=yes to avoid running the stop function once the service exits. Signed-off-by: William Douglas --- packaging/avsystem.changes | 6 ++++++ packaging/avsystem.service | 2 ++ 2 files changed, 8 insertions(+) diff --git a/packaging/avsystem.changes b/packaging/avsystem.changes index 2a8f55a..9462e4b 100644 --- a/packaging/avsystem.changes +++ b/packaging/avsystem.changes @@ -1,3 +1,9 @@ +* Mon Jul 09 2012 William Douglas 09ba094 +- Fix service file error causing service to fail. + +* Mon Jul 02 2012 Patrick McCarty 68cd6aa +- Regenerate changelog; add tag for OBS submit + * Thu Jun 21 2012 William Douglas 34f9a67 - add systemd unit file - Fix post section. diff --git a/packaging/avsystem.service b/packaging/avsystem.service index aa873b6..a32ba1e 100644 --- a/packaging/avsystem.service +++ b/packaging/avsystem.service @@ -3,6 +3,8 @@ Description=Start the av system After=pulseaudio.service [Service] +Type=oneshot +RemainAfterExit=yes ExecStart=/usr/bin/sound_initializer -i ExecStop=/usr/bin/sound_initializer -u -- cgit v1.2.3