[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[bug#63402] [PATCH v4 3/4] services: wireguard: Add a 'configuration' ac
From: |
Maxim Cournoyer |
Subject: |
[bug#63402] [PATCH v4 3/4] services: wireguard: Add a 'configuration' action. |
Date: |
Thu, 18 May 2023 13:48:41 -0400 |
* gnu/services/vpn.scm (wireguard-shepherd-service) [actions]: New field.
---
gnu/services/vpn.scm | 1 +
1 file changed, 1 insertion(+)
diff --git a/gnu/services/vpn.scm b/gnu/services/vpn.scm
index a34889a6cc..c3fe82a063 100644
--- a/gnu/services/vpn.scm
+++ b/gnu/services/vpn.scm
@@ -914,6 +914,7 @@ (define (wireguard-shepherd-service config)
(stop #~(lambda _
(invoke #$wg-quick "down" #$config)
#f)) ;stopped!
+ (actions (list (shepherd-configuration-action config)))
(documentation "Run the Wireguard VPN tunnel"))))))
(define (wireguard-monitoring-jobs config)
--
2.39.2
- [bug#63402] [PATCH 0/1] Add a dynamic IP monitoring option to Wireguard service, Maxim Cournoyer, 2023/05/09
- [bug#63403] [PATCH 1/1] services: wireguard: Implement a dynamic IP monitoring feature., Maxim Cournoyer, 2023/05/09
- [bug#63402] [PATCH v2] services: wireguard: Implement a dynamic IP monitoring feature., Maxim Cournoyer, 2023/05/15
- [bug#63402] [PATCH v3 1/3] services: wireguard: Implement a dynamic IP monitoring feature., Maxim Cournoyer, 2023/05/16
- [bug#63402] [PATCH v4 0/4] Implement a dynamic IP monitoring feature., Maxim Cournoyer, 2023/05/18
- [bug#63402] [PATCH v5 0/5] Implement a dynamic IP monitoring feature., Maxim Cournoyer, 2023/05/18
- [bug#63402] [PATCH v5 2/5] services: wireguard: Implement a dynamic IP monitoring feature., Maxim Cournoyer, 2023/05/18