mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
21 lines
565 B
Desktop File
21 lines
565 B
Desktop File
[Unit]
|
|
Description=pwnagotchi Deep Reinforcement Learning instrumenting bettercap for WiFI pwning.
|
|
Documentation=https://pwnagotchi.org
|
|
Wants=network.target
|
|
After=pwngrid-peer.service
|
|
|
|
[Service]
|
|
Type=simple
|
|
WorkingDirectory=~
|
|
ExecStart=/usr/bin/pwnagotchi-launcher
|
|
ExecStopPost=/usr/bin/bash -c "if egrep -qi 'personality.clear_on_exit[ =]*true' /etc/pwnagotchi/config.toml ; then /usr/local/bin/pwnagotchi --clear; fi"
|
|
Restart=always
|
|
RestartSec=30
|
|
TasksMax=infinity
|
|
LimitNPROC=infinity
|
|
StandardOutput=null
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|