1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/scrumblr_ynh.git synced 2024-09-03 20:16:29 +02:00

Update scrumblr_redis.service

This commit is contained in:
Éric Gaspar 2023-12-17 14:32:24 +01:00
parent b1d9ccc66c
commit c9beba954a

View file

@ -9,7 +9,7 @@ Group=__APP__
WorkingDirectory=__INSTALL_DIR__/
ExecStart=/usr/bin/redis-server __INSTALL_DIR__/redis.conf
ExecStop=/bin/kill -s TERM $MAINPID
PIDFile=__INSTALL_DIR__/redis-server-__REDIS_PORT__.pid
PIDFile=__INSTALL_DIR__/redis-server-__PORT_REDIS__.pid
TimeoutStopSec=0
Restart=always