mirror of
https://github.com/YunoHost-Apps/minio_ynh.git
synced 2024-09-03 19:46:18 +02:00
Update systemd.service
This commit is contained in:
parent
c8eb9d1a8c
commit
7d27563eeb
1 changed files with 1 additions and 0 deletions
|
@ -7,6 +7,7 @@ Type=simple
|
||||||
User=__APP__
|
User=__APP__
|
||||||
Group=__APP__
|
Group=__APP__
|
||||||
WorkingDirectory=__FINALPATH__/
|
WorkingDirectory=__FINALPATH__/
|
||||||
|
EnvironmentFile=__FINAL_PATH__/.env
|
||||||
ExecStart=__FINALPATH__/minio server $MINIO_OPTS $MINIO_VOLUMES
|
ExecStart=__FINALPATH__/minio server $MINIO_OPTS $MINIO_VOLUMES
|
||||||
StandardOutput=append:/var/log/__APP__/__APP__.log
|
StandardOutput=append:/var/log/__APP__/__APP__.log
|
||||||
StandardError=inherit
|
StandardError=inherit
|
||||||
|
|
Loading…
Add table
Reference in a new issue