mirror of
https://github.com/YunoHost-Apps/lstu_ynh.git
synced 2024-09-03 19:36:12 +02:00
Update lstu.service
This commit is contained in:
parent
b596d45025
commit
9d011de1c4
1 changed files with 2 additions and 2 deletions
|
@ -8,8 +8,8 @@ After=network.target
|
|||
Type=forking
|
||||
User=www-data
|
||||
RemainAfterExit=yes
|
||||
WorkingDirectory=/var/www/lstu
|
||||
PIDFile=/var/www/lstu/script/hypnotoad.pid
|
||||
WorkingDirectory=__FINALPATH__
|
||||
PIDFile=__FINALPATH__script/hypnotoad.pid
|
||||
ExecStart=/usr/bin/carton exec hypnotoad script/lstu
|
||||
ExecStop=/usr/bin/carton exec hypnotoad -s script/lstu
|
||||
ExecReload=/usr/bin/carton exec hypnotoad script/lstu
|
||||
|
|
Loading…
Add table
Reference in a new issue