mirror of
https://github.com/unifi-utilities/unifios-utilities.git
synced 2024-08-30 18:32:21 +00:00
df2a0f9144
thanks @kb9gxk
8 lines
200 B
Bash
8 lines
200 B
Bash
#!/bin/bash
|
|
|
|
## create files like this with different numbers for execution order
|
|
## ala /etc/profile.d
|
|
|
|
## Start the ntopng-udm container, from https://github.com/tusc/ntopng-udm
|
|
podman start ntopng
|