Fix service file error causing service to fail. 1.0_post
authorWilliam Douglas <william.douglas@intel.com>
Mon, 9 Jul 2012 20:57:50 +0000 (13:57 -0700)
committerWilliam Douglas <william.douglas@intel.com>
Mon, 9 Jul 2012 21:00:35 +0000 (14:00 -0700)
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 <william.douglas@intel.com>
packaging/avsystem.changes
packaging/avsystem.service

index 2a8f55a1bf6610264cce18cf4eb9d20b3d567a4b..9462e4bfacec4a792f60cd8d8abb9f93f0b6b0cf 100644 (file)
@@ -1,3 +1,9 @@
+* Mon Jul 09 2012 William Douglas <william.douglas@intel.com> 09ba094
+- Fix service file error causing service to fail.
+
+* Mon Jul 02 2012 Patrick McCarty <patrick.mccarty@linux.intel.com> 68cd6aa
+- Regenerate changelog; add tag for OBS submit
+
 * Thu Jun 21 2012 William Douglas <william.douglas@intel.com> 34f9a67
 - add systemd unit file
 - Fix post section.
index aa873b6a60dd6adb5a17ecc8a1029bf8d9d87bef..a32ba1e702a4a980aeb0719a7e4586b8050634cf 100644 (file)
@@ -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