From 2cd12c28d84a77f5c5d3fc42638de38c47596792 Mon Sep 17 00:00:00 2001 From: Pedro Alvarez Date: Tue, 3 Apr 2018 17:38:20 +0100 Subject: Stop using default.target in services Use multi-user.target instead. There is a bug in systemd that makes it ignore the services in default.target.wants folder: https://github.com/systemd/systemd/issues/6334 This issue is still present in fedora 27, so this is the best workaround for now. --- baserock_webserver/instance-gitlab-bot-config.yml | 1 + 1 file changed, 1 insertion(+) (limited to 'baserock_webserver/instance-gitlab-bot-config.yml') diff --git a/baserock_webserver/instance-gitlab-bot-config.yml b/baserock_webserver/instance-gitlab-bot-config.yml index 4fb7710e..29368122 100644 --- a/baserock_webserver/instance-gitlab-bot-config.yml +++ b/baserock_webserver/instance-gitlab-bot-config.yml @@ -41,4 +41,5 @@ name: gitlab-bst-bot enabled: yes state: restarted + daemon_reload: yes become: yes -- cgit v1.2.1