From f7b869035759bd7549d927146d9994989d079321 Mon Sep 17 00:00:00 2001 From: Cassiano Aquino Date: Wed, 9 Oct 2019 09:47:00 +0100 Subject: [PATCH] move monstart and monstop to systemd --- builder/pwnagotchi.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/builder/pwnagotchi.yml b/builder/pwnagotchi.yml index cc28d3e..7f29ded 100644 --- a/builder/pwnagotchi.yml +++ b/builder/pwnagotchi.yml @@ -407,7 +407,9 @@ [Service] Type=simple PermissionsStartOnly=true + ExecStartPre=/usr/bin/monstart ExecStart=/usr/bin/bettercap-launcher + ExecStopPost=/usr/bin/monstop Restart=always RestartSec=30