From 46666ead177b16405bd6ec17945e5ac0ece7dc96 Mon Sep 17 00:00:00 2001 From: Michael Weiser Date: Tue, 21 May 2019 14:04:56 +0000 Subject: Update systemd unit Add startup order relative to cuckoo-api to systemd unit. It's not a hard requirement (no Require=) but only ordering so that if a cuckoo-api service exists, we're started after it in case we're running in api mode and will actually try to talk to it. --- systemd/peekaboo.service | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/systemd/peekaboo.service b/systemd/peekaboo.service index 2c14afd..1db43b5 100644 --- a/systemd/peekaboo.service +++ b/systemd/peekaboo.service @@ -8,7 +8,7 @@ [Unit] Description=Peekaboo Extended Email Attachment Behavior Observation Owl -After=network.target +After=network.target cuckoo-api.service [Service] User=peekaboo -- cgit v1.2.3