6 lines
133 B
Bash
Executable File
6 lines
133 B
Bash
Executable File
#!/bin/sh
|
|
|
|
cp @CMAKE_INSTALL_PREFIX@/maxscale /etc/init.d/
|
|
cp @CMAKE_INSTALL_PREFIX@/maxscale.conf /etc/ld.so.conf.d/
|
|
/sbin/ldconfig
|