2019-10-30 19:24:12 +01:00
|
|
|
[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
|
2020-01-02 14:07:27 +01:00
|
|
|
WorkingDirectory=/tmp
|
2019-10-30 19:24:12 +01:00
|
|
|
PermissionsStartOnly=true
|
|
|
|
ExecStart=/usr/bin/pwnagotchi-launcher
|
|
|
|
Restart=always
|
|
|
|
RestartSec=30
|
2019-12-14 09:00:54 +01:00
|
|
|
TasksMax=infinity
|
|
|
|
LimitNPROC=infinity
|
2020-02-18 05:21:40 +09:30
|
|
|
StandardOutput=null
|
|
|
|
StandardError=null
|
2019-10-30 19:24:12 +01:00
|
|
|
|
|
|
|
[Install]
|
2019-12-14 09:00:54 +01:00
|
|
|
WantedBy=multi-user.target
|