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

fix wrong variable name

This commit is contained in:
Tobias Ollive 2021-12-30 15:13:41 +01:00
parent 13e0607419
commit da6cf36fd7

View file

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