1
0
Fork 0
mirror of https://github.com/YunoHost-Apps/dex_ynh.git synced 2024-09-03 18:26:22 +02:00

Update systemd.service

This commit is contained in:
Limezy 2022-03-24 08:54:58 +07:00
parent 3fb96464da
commit 543d8b3136

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/./bin/dex serve config.yaml
ExecStart=__FINALPATH__/bin/dex serve config.yaml
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit