Signed-off-by: Jeroen Oudshoorn <oudshoorn.jeroen@gmail.com>
This commit is contained in:
Jeroen Oudshoorn
2023-10-11 10:27:39 +02:00
parent 05da800567
commit bdb5f78670
5 changed files with 21 additions and 21 deletions

View File

@ -6,7 +6,7 @@ After=pwngrid-peer.service
[Service]
Type=simple
WorkingDirectory=/tmp
WorkingDirectory=~
ExecStart=/usr/bin/pwnagotchi-launcher
Restart=always
RestartSec=30

View File

@ -23,9 +23,9 @@ echo " - sudo pwnagotchi --donate, to see how you can donate to this project"
echo " - sudo pwnagotchi --check-update, to see if there is a new version available"
echo
echo " If you want to know if I'm running, you can use"
echo " systemctl status pwnagotchi"
echo " sudo systemctl status pwnagotchi"
echo
echo " You can restart me using"
echo " systemctl restart pwnagotchi"
echo " sudo systemctl restart pwnagotchi"
echo
echo " You learn more about me at https://pwnagotchi.ai/"