From 5cf3781ad4beddfab5aa7181c0990a5462ffe06f Mon Sep 17 00:00:00 2001 From: Lars Wirzenius Date: Wed, 7 Feb 2018 18:54:13 +0200 Subject: Change: make all .service units be conditional on config If the config file is missing, the unit won't start. --- yarns/400-build.yarn | 2 ++ 1 file changed, 2 insertions(+) (limited to 'yarns/400-build.yarn') diff --git a/yarns/400-build.yarn b/yarns/400-build.yarn index e0af107..5de9768 100644 --- a/yarns/400-build.yarn +++ b/yarns/400-build.yarn @@ -27,6 +27,7 @@ Set up the controller. GIVEN an RSA key pair for token signing AND controller config uses statedir at the state directory + AND controller config uses https://blobs.example.com as blob service AND an access token for user with scopes ... uapi_pipelines_post ... uapi_projects_post @@ -639,6 +640,7 @@ Set up the controller. GIVEN an RSA key pair for token signing AND controller config uses statedir at the state directory + AND controller config uses https://blobs.example.com as blob service AND an access token for user with scopes ... uapi_pipelines_post ... uapi_projects_post -- cgit v1.2.1