15 lines
400 B
Desktop File
15 lines
400 B
Desktop File
[Unit]
|
|
Description=pwngrid peer service.
|
|
Documentation=https://pwnagotchi.ai
|
|
Wants=network.target
|
|
After=bettercap.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
PermissionsStartOnly=true
|
|
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
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |