Updated package installation and started documentation update.
This commit is contained in:
11
etc/maxscale.service.in
Normal file
11
etc/maxscale.service.in
Normal file
@ -0,0 +1,11 @@
|
||||
[Unit]
|
||||
Description=MariaDB MaxScale Database Proxy
|
||||
After=network.target
|
||||
|
||||
[Service]
|
||||
Type=forking
|
||||
PIDFile=/var/run/maxscale/maxscale.pid
|
||||
ExecStart=@CMAKE_INSTALL_PREFIX@/@MAXSCALE_BINDIR@/maxscale
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
Reference in New Issue
Block a user