commit: 4da1a5e2b8c81ad3f9cdafd02957f1f522211152 Author: Geaaru <geaaru <AT> gmail <DOT> com> AuthorDate: Sun Dec 18 18:36:30 2016 +0000 Commit: Matt Thode <prometheanfire <AT> gentoo <DOT> org> CommitDate: Sun Dec 18 19:03:18 2016 +0000 URL: https://gitweb.gentoo.org/repo/gentoo.git/commit/?id=4da1a5e2
net-misc/openvswitch: fix ovs-vswitchd.service Package-Manager: portage-2.3.0 Signed-off-by: Matthew Thode <prometheanfire <AT> gentoo.org> net-misc/openvswitch/files/ovs-vswitchd.service | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/net-misc/openvswitch/files/ovs-vswitchd.service b/net-misc/openvswitch/files/ovs-vswitchd.service index 266bb0a..a573a50 100644 --- a/net-misc/openvswitch/files/ovs-vswitchd.service +++ b/net-misc/openvswitch/files/ovs-vswitchd.service @@ -7,7 +7,9 @@ Requires=ovsdb-server.service After=ovsdb-server.service [Service] -ExecStart=/usr/sbin/ovs-vswitchd --mlockall --monitor unix:/var/run/openvswitch/db.sock +# --pidfile options is needed for create file used +# by ovs-appctl command. +ExecStart=/usr/sbin/ovs-vswitchd --mlockall --monitor unix:/var/run/openvswitch/db.sock --pidfile [Install] WantedBy=multi-user.target
