Remove duplicate dependency with implicit dependencies at "Type=dbus" 92/211592/1 accepted/tizen_5.5_unified_mobile_hotfix tizen_5.5_mobile_hotfix tizen_5.5_tv accepted/tizen/5.5/unified/20191031.024717 accepted/tizen/5.5/unified/mobile/hotfix/20201027.084550 accepted/tizen/unified/20190830.110642 submit/tizen/20190816.114951 submit/tizen/20190828.061541 submit/tizen/20190830.060615 submit/tizen_5.5/20191031.000003 submit/tizen_5.5_mobile_hotfix/20201026.185103 tizen_5.5.m2_release
authorINSUN PYO <insun.pyo@samsung.com>
Wed, 7 Aug 2019 03:20:55 +0000 (12:20 +0900)
committerINSUN PYO <insun.pyo@samsung.com>
Wed, 7 Aug 2019 03:21:19 +0000 (12:21 +0900)
Refs: https://www.freedesktop.org/software/systemd/man/systemd.service.html
 - Services with Type=dbus set automatically acquire dependencies of type Requires= and After= on dbus.socket.

Change-Id: I011e11ca3809b1580696d5906c6fc5ccaea718ee

resources/systemd/stc-iptables.service

index 6507ce0..093db75 100755 (executable)
@@ -1,8 +1,6 @@
 [Unit]
 Description=Smart Traffic Control Iptables
-Requires=dbus.socket
 Before=stc-manager.service
-After=dbus.socket
 
 [Service]
 Type=dbus