You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

16 lines
308 B

[Unit]
Description=Minio Gateway
After=syslog.target
After=network-online.target
[Service]
Type=simple
User=minio
Group=minio
WorkingDirectory=/var/lib/minio/
EnvironmentFile=/etc/minio/gateway
ExecStart=/usr/bin/minio gateway $GATEWAY_TYPE $GATEWAY_URI
Restart=always
[Install]
WantedBy=multi-user.target