Skip to content
Davy Keppens edited this page Sep 11, 2022 · 2 revisions

Welcome to this OSC Wiki !

HOWTO :

_git clone https://github.com/dkeppens/OSC.git_

Part 1 : Updated **control.sh** script (_TPEAP_ must be priorly installed)

`sudo mv OSC/control.sh /opt/tplink/EAPController/bin/control.sh`

`sudo chown user:user /opt/tplink/EAPController/bin/control.sh` (Where **user** is the account you use to run TPEAP)

`sudo chmod 744 /opt/tplink/EAPController/bin/control.sh`

`sudo ln -fs /opt/tplink/EAPController/bin/control.sh /usr/bin/tpeap`

Part 2 : Systemd service file **tpeap.service**

`sudo mv OSC/tpeap.service /etc/systemd/system/`

`sudo systemctl daemon-reload`

`sudo rm /etc/init.d/tpeap`

Then manage with `_systemctl [start|stop] tpeap_` as usual.

The **status** command is not supported by systemd script but can be run as before using : `_/usr/bin/tpeap status_`

Part 3 : A **mongod** binary compiled for Bullseye (Debian 11) on ARM64-bit/AARCH64

> This can be downloaded from my Google Drive account > Just copy/paste the link in the **mongodb-4.4.15-bindir-share-url.txt** text-file included in this repository to your browser and confirm > Feel free to open an issue here in case issues to access the download should arise

Clone this wiki locally