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.
17 lines
308 B
17 lines
308 B
5 years ago
|
[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
|