summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Weiser <michael.weiser@gmx.de>2019-05-21 14:04:56 +0000
committerMichael Weiser <michael.weiser@gmx.de>2019-05-21 14:04:56 +0000
commit46666ead177b16405bd6ec17945e5ac0ece7dc96 (patch)
tree6ebea76f97d79640cd632356a2533699f18ed6db
parent1a5ff8dfdb0561382a736aa524b73e2f671f32f7 (diff)
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.
-rw-r--r--systemd/peekaboo.service2
1 files changed, 1 insertions, 1 deletions
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