15 lines
337 B
Desktop File
15 lines
337 B
Desktop File
[Unit]
|
|
Description=pwnagotchi Deep Reinforcement Learning instrumenting bettercap for WiFI pwning.
|
|
Documentation=https://pwnagotchi.ai
|
|
Wants=network.target
|
|
After=pwngrid-peer.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
PermissionsStartOnly=true
|
|
ExecStart=/usr/bin/pwnagotchi-launcher
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |