1
0

fix: change redis db installation in env all-in-one

This commit is contained in:
2024-03-25 18:37:57 +08:00
parent 9cb3a32976
commit e4eb83585e
16 changed files with 2778 additions and 10 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -0,0 +1,10 @@
[Service]
Type=forking
ExecStart=/usr/local/db/bin/redis-server /usr/local/db/bin/conf/redis.conf
ExecStopPost=
PIDFile=
Restart=always
RestartSec=3
[Install]
WantedBy=multi-user.target