services: wireguard: Shepherd 'stop' method really stops.
authorLudovic Courtès <ludo@gnu.org>
Mon, 20 Jun 2022 20:37:26 +0000 (22:37 +0200)
committerLudovic Courtès <ludo@gnu.org>
Wed, 22 Jun 2022 20:29:48 +0000 (22:29 +0200)
commit3c0c6ee57315baf446e77730f5abdec62f516f1b
tree2f95a63116f641838c27eb2b843d94457b2d0ca4
parent4f9ac2afc76048a8e042a8c874d3a170e7655742
services: wireguard: Shepherd 'stop' method really stops.

Until now the 'stop' method would return #t, which shepherd would
interpret as "services could not be stopped".

* gnu/services/vpn.scm (wireguard-shepherd-service): Have 'stop' return #f.
gnu/services/vpn.scm