mirror of
https://github.com/novatiq/packages.git
synced 2026-07-30 23:33:06 +01:00
4 lines
98 B
Bash
Executable File
4 lines
98 B
Bash
Executable File
#!/bin/sh
|
|
|
|
[ "$ACTION" = ifup ] && /etc/init.d/sqm enabled && /usr/lib/sqm/run.sh start ${DEVICE}
|