1
0
Fork 0
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:
Limezy 2021-11-06 00:51:33 +07:00
parent fb4dfc447e
commit de6d845c27

View file

@ -7,7 +7,7 @@ Type=simple
User=__APP__
Group=__APP__
WorkingDirectory=__FINALPATH__/
ExecStart=__FINALPATH__/minio $MINIO_OPTS $MINIO_VOLUMES
ExecStart=__FINALPATH__/minio server $MINIO_OPTS $MINIO_VOLUMES
StandardOutput=append:/var/log/__APP__/__APP__.log
StandardError=inherit