mirror of
https://github.com/jayofelony/pwnagotchi.git
synced 2025-07-01 18:37:27 -04:00
14 lines
232 B
SYSTEMD
14 lines
232 B
SYSTEMD
![]() |
[Unit]
|
||
|
Description=bettercap api.rest service.
|
||
|
Documentation=https://bettercap.org
|
||
|
Wants=network.target
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
ExecStart=/usr/bin/bettercap-launcher
|
||
|
Restart=always
|
||
|
RestartSec=30
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|