summaryrefslogtreecommitdiff
path: root/baserock_webserver/instance-hastebin-config.yml
diff options
context:
space:
mode:
authorPedro Alvarez <pedro.alvarez@codethink.co.uk>2018-04-03 17:38:20 +0100
committerPedro Alvarez <pedro.alvarez@codethink.co.uk>2018-04-03 18:05:06 +0100
commit2cd12c28d84a77f5c5d3fc42638de38c47596792 (patch)
treecbcab88f7a1c14c9bd17fbbdd564ddb45394d071 /baserock_webserver/instance-hastebin-config.yml
parentc0d114fb9d9ff0912d5ea362f6d0fa4485366b3f (diff)
downloadinfrastructure-2cd12c28d84a77f5c5d3fc42638de38c47596792.tar.gz
Stop using default.target in servicespedro/default_target_workaround
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.
Diffstat (limited to 'baserock_webserver/instance-hastebin-config.yml')
-rw-r--r--baserock_webserver/instance-hastebin-config.yml1
1 files changed, 1 insertions, 0 deletions
diff --git a/baserock_webserver/instance-hastebin-config.yml b/baserock_webserver/instance-hastebin-config.yml
index e78ec327..aacffe0a 100644
--- a/baserock_webserver/instance-hastebin-config.yml
+++ b/baserock_webserver/instance-hastebin-config.yml
@@ -55,4 +55,5 @@
name: "{{ haste_server_service_name }}"
enabled: yes
state: restarted
+ daemon_reload: yes
become: yes