14 lines
257 B
Desktop File
14 lines
257 B
Desktop File
[Unit]
|
|
Description=bettercap api.rest service.
|
|
Documentation=https://bettercap.org
|
|
Wants=network.target
|
|
|
|
[Service]
|
|
Type=simple
|
|
PermissionsStartOnly=true
|
|
ExecStart=/usr/bin/bettercap-launcher
|
|
Restart=always
|
|
RestartSec=30
|
|
|
|
[Install]
|
|
WantedBy=multi-user.target |