summaryrefslogtreecommitdiff
path: root/baserock_webserver/hastebin
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/hastebin
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/hastebin')
-rw-r--r--baserock_webserver/hastebin/haste-server.service.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/baserock_webserver/hastebin/haste-server.service.in b/baserock_webserver/hastebin/haste-server.service.in
index 1da2c588..944fc576 100644
--- a/baserock_webserver/hastebin/haste-server.service.in
+++ b/baserock_webserver/hastebin/haste-server.service.in
@@ -10,4 +10,4 @@ Group = hastebin
Restart = on-failure
[Install]
-WantedBy=default.target
+WantedBy=multi-user.target