Update service setting value for the restart failure issue 63/242063/3 accepted/tizen/unified/20200831.122534 submit/tizen/20200828.011226
authorYoungHun Kim <yh8004.kim@samsung.com>
Mon, 24 Aug 2020 02:18:17 +0000 (11:18 +0900)
committerYoungHun Kim <yh8004.kim@samsung.com>
Mon, 24 Aug 2020 22:58:34 +0000 (07:58 +0900)
 - The issue is of 'start request repeated too quickly' and 'Failed with result 'start-limit-hit'
 - Set StartLimitIntervalSec to 0 to configure infinite loop until restart is succeeded

Change-Id: Idb931208a50dc598926831dd244f09b73140ac8e

packaging/muse-server.service
packaging/mused.spec

index e8178e3..5bb6c92 100644 (file)
@@ -1,6 +1,7 @@
 [Unit]
 Description=muse server
 After=display-manager.service mm-resource-managerd.service
+StartLimitIntervalSec=0
 
 [Service]
 Type=forking
index 3c652da..0bfda02 100644 (file)
@@ -1,6 +1,6 @@
 Name:       mused
 Summary:    A multimedia daemon
-Version:    0.3.124
+Version:    0.3.125
 Release:    0
 Group:      System/Libraries
 License:    Apache-2.0