Merge pull request #88 from tanji/centos7-systemd-fix
CentOS 7 systemd service file fixes
This commit is contained in:
commit
81dcb2d0eb
@ -6,7 +6,9 @@ After=network.target
|
||||
Type=forking
|
||||
Restart=on-failure
|
||||
PIDFile=@MAXSCALE_VARDIR@/run/maxscale/maxscale.pid
|
||||
ExecStartPre=/usr/bin/install -d @MAXSCALE_VARDIR@/run/maxscale -o maxscale -g maxscale
|
||||
ExecStart=@CMAKE_INSTALL_PREFIX@/@MAXSCALE_BINDIR@/maxscale --user=maxscale
|
||||
LimitNOFILE=65535
|
||||
|
||||
[Install]
|
||||
WantedBy=multi-user.target
|
||||
|
Loading…
x
Reference in New Issue
Block a user