diff options
author | INSUN PYO <insun.pyo@samsung.com> | 2019-07-23 19:40:37 +0900 |
---|---|---|
committer | INSUN PYO <insun.pyo@samsung.com> | 2019-07-23 19:40:41 +0900 |
commit | dc2fc8610392c61c78b4d7745a3f6cb8a15ae527 (patch) | |
tree | 54fc56045d645ca83f36207a8f163bb71e4020f1 /packaging | |
parent | fdb7e0c829c2fc237d484c7e6069c423e23d0ef6 (diff) | |
download | buxton2-dc2fc8610392c61c78b4d7745a3f6cb8a15ae527.tar.gz buxton2-dc2fc8610392c61c78b4d7745a3f6cb8a15ae527.tar.bz2 buxton2-dc2fc8610392c61c78b4d7745a3f6cb8a15ae527.zip |
Remove unnecessary setting
Service and Socket unit has an implicit dependencies.
Refre: https://www.freedesktop.org/software/systemd/man/systemd.socket.html
"Socket units automatically gain a Before= dependency on the service units they activate."
Change-Id: Iff0a474a603f054301a196552c9dac7e06531972
Diffstat (limited to 'packaging')
-rw-r--r-- | packaging/buxton2.service | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packaging/buxton2.service b/packaging/buxton2.service index 3383772..040a7ac 100644 --- a/packaging/buxton2.service +++ b/packaging/buxton2.service @@ -1,7 +1,7 @@ [Unit] Description=Buxton2 Configuration Service DefaultDependencies=no -After=systemd-tmpfiles-setup.service buxton2.socket cynara.socket dbus.socket +After=systemd-tmpfiles-setup.service cynara.socket dbus.socket [Service] SmackProcessLabel=System |