mirror of
https://github.com/g4klx/ircDDBGateway.git
synced 2025-12-06 05:32:02 +01:00
Document make install env variable issue
This commit is contained in:
parent
ce8ea6f72f
commit
91f446c6fe
|
|
@ -38,7 +38,11 @@ make
|
|||
make -f MakefileGUI #only required if you want to build the GUI programs
|
||||
sudo make install
|
||||
```
|
||||
Note that you may need to use `sudo -E make install` to pass the environment variables, or just `sudo TARGET=opendv make install` to correctly create the opendv user/directories, depending on your system configuration.
|
||||
|
||||
Now you should edit the configuration in the file /etc/ircddbgateway to match your needs.
|
||||
|
||||
When building in TARGET=opendv mode, the necessary systemd unit files will be installed. To ensure ircddbgatewayd starts at system boot, and then immediately start it, use:
|
||||
```shell
|
||||
sudo systemctl enable ircddbgatewayd.service #enable service
|
||||
sudo service ircddbgatewayd start
|
||||
|
|
|
|||
Loading…
Reference in a new issue