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:
parent
13e0607419
commit
da6cf36fd7
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue