From: INSUN PYO Date: Wed, 7 Aug 2019 03:20:55 +0000 (+0900) Subject: Remove duplicate dependency with implicit dependencies at "Type=dbus" X-Git-Tag: submit/tizen/20190816.114951^0 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=refs%2Fchanges%2F92%2F211592%2F1;p=platform%2Fcore%2Fconnectivity%2Fstc-iptables.git Remove duplicate dependency with implicit dependencies at "Type=dbus" 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 --- diff --git a/resources/systemd/stc-iptables.service b/resources/systemd/stc-iptables.service index 6507ce0..093db75 100755 --- a/resources/systemd/stc-iptables.service +++ b/resources/systemd/stc-iptables.service @@ -1,8 +1,6 @@ [Unit] Description=Smart Traffic Control Iptables -Requires=dbus.socket Before=stc-manager.service -After=dbus.socket [Service] Type=dbus