Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
H
haproxy
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Analytics
Analytics
CI / CD
Repository
Value Stream
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
certo
haproxy
Commits
f16f22bd
Commit
f16f22bd
authored
Apr 13, 2024
by
Vladimir Bashkirtsev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed systemd unit file installation
parent
ba2e5563
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
Makefile
Makefile
+2
-2
No files found.
Makefile
View file @
f16f22bd
...
@@ -2,9 +2,9 @@ all: haproxy-cfg
...
@@ -2,9 +2,9 @@ all: haproxy-cfg
tar
xf haproxy-2.4.1.tar.gz
tar
xf haproxy-2.4.1.tar.gz
$(MAKE)
-C
haproxy-2.4.1
TARGET
=
linux-glibc
USE_PCRE
=
1
USE_PCRE_JIT
=
1
USE_OPENSSL
=
1
USE_ZLIB
=
1
USE_TFO
=
1
USE_SYSTEMD
=
1
$(MAKE)
-C
haproxy-2.4.1
TARGET
=
linux-glibc
USE_PCRE
=
1
USE_PCRE_JIT
=
1
USE_OPENSSL
=
1
USE_ZLIB
=
1
USE_TFO
=
1
USE_SYSTEMD
=
1
$(MAKE)
-C
haproxy-2.4.1
install
PREFIX
=
/usr
$(MAKE)
-C
haproxy-2.4.1
install
PREFIX
=
/usr
$(MAKE)
-C
haproxy-2.4.1/
contrib
/systemd
PREFIX
=
/usr
$(MAKE)
-C
haproxy-2.4.1/
admin
/systemd
PREFIX
=
/usr
@
echo
"d /run/haproxy 755 root root -"
>
/usr/lib/tmpfiles.d/haproxy.conf
@
echo
"d /run/haproxy 755 root root -"
>
/usr/lib/tmpfiles.d/haproxy.conf
cp
haproxy-2.4.1/
contrib
/systemd/haproxy.service /lib/systemd/system/haproxy.service
cp
haproxy-2.4.1/
admin
/systemd/haproxy.service /lib/systemd/system/haproxy.service
systemctl
enable
haproxy
systemctl
enable
haproxy
mkdir
-p
/etc/haproxy
mkdir
-p
/etc/haproxy
@
echo
"
$$
HAPROXY_CFG"
>
/etc/haproxy/haproxy.cfg
@
echo
"
$$
HAPROXY_CFG"
>
/etc/haproxy/haproxy.cfg
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment