fix: added explicit path for pwngrid client token

This commit is contained in:
Simone Margaritelli 2019-10-14 16:40:29 +02:00
parent 2fe7ac0a71
commit 1642663c84

View File

@ -502,7 +502,7 @@
[Service]
Type=simple
PermissionsStartOnly=true
ExecStart=/usr/bin/pwngrid -keys /etc/pwnagotchi -address 127.0.0.1:8666 -wait -log /var/log/pwngrid-peer.log -iface mon0
ExecStart=/usr/bin/pwngrid -keys /etc/pwnagotchi -address 127.0.0.1:8666 -client-token /root/.api-enrollment.json -wait -log /var/log/pwngrid-peer.log -iface mon0
Restart=always
RestartSec=30