UniFi Network Controller VM image
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
- #!/sbin/openrc-run
-
- name="unifi"
- supervisor=s6
- s6_service_path="${RC_SVCDIR}/s6-scan/${name}"
-
- depend() {
- need net s6-svscan
- after firewall
- }
-
- start_pre() {
- if [ ! -L "${RC_SVCDIR}/s6-scan/${name}" ]; then
- ln -s "/etc/${name}" "${RC_SVCDIR}/s6-scan/${name}"
- fi
- }
|