Files
guru/app-mobilephone/usb-tethering/files/usb-tethering.service
Marco Scardovi f723db403f app-mobilephone/usb-tethering: add new package
this package enable the usb tethering for pinephone

Package-Manager: Portage-3.0.20, Repoman-3.0.3
Signed-off-by: Marco Scardovi <marco@scardovi.com>
2021-06-24 14:18:56 +02:00

13 lines
210 B
Desktop File

# systemd service file for usb-tethering
[Unit]
Wants=dhcpd4.service
Description=USB Tethering
[Service]
Type=oneshot
ExecStart=/bin/bash /usr/lib/danctnix/usb-tethering
[Install]
WantedBy=multi-user.target