gjdwebserver-overlay/app-mobilephone/usb-tethering/files/usb-tethering.service
2023-01-18 13:27:20 +01: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