Modify Restart tag to on-failure in service file 42/115642/2 accepted/tizen/common/20170227.043043 accepted/tizen/ivi/20170224.065700 accepted/tizen/mobile/20170224.065634 accepted/tizen/unified/20170309.033930 accepted/tizen/wearable/20170224.065655 submit/tizen/20170224.044721 submit/tizen_unified/20170308.100409
authorWootak Jung <wootak.jung@samsung.com>
Tue, 21 Feb 2017 01:45:32 +0000 (10:45 +0900)
committersinikang <sinikang@samsung.com>
Tue, 21 Feb 2017 05:08:49 +0000 (14:08 +0900)
callmgrd will not be restarted when the service process exits cleanly

Change-Id: I097cd811fc7cba1f1410d742bd8f150dffe02286

packaging/call-manager.spec
resource/callmgr.service

index 83f0dff8ad81f0bde7874d6e7a7b3aec28b98259..76305388610b24f6cc6baa69f3ecd8b4b37e956f 100644 (file)
@@ -1,6 +1,6 @@
 %define major 0
 %define minor 2
-%define patchlevel 7
+%define patchlevel 8
 %define ext_feature 0
 
 Name:           call-manager
index 6bcdd6f0150459114f7627622f4f73439ac36e15..cbd1c1ffaac504d92a337640939bc314670bee5c 100644 (file)
@@ -7,7 +7,7 @@ User=telephony
 Group=telephony
 SmackProcessLabel=System
 ExecStart=/usr/bin/callmgrd
-Restart=always
+Restart=on-failure
 RestartSec=0
 
 [Install]