Disable journal logging Signed-off-by: xBelladonna <isabelladonnamoore@users.noreply.github.com>
21 lines
437 B
Desktop File
21 lines
437 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
|
|
WorkingDirectory=/tmp
|
|
PermissionsStartOnly=true
|
|
ExecStart=/usr/bin/pwnagotchi-launcher
|
|
Restart=always
|
|
RestartSec=30
|
|
TasksMax=infinity
|
|
LimitNPROC=infinity
|
|
StandardOutput=null
|
|
StandardError=null
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target
|