mirror of
https://github.com/minio/minio.git
synced 2025-11-12 06:50:17 -05:00
minor cleanup
- Reused contains() from utils.go at a couple of places - Cleanup in return statements and boolean checks
This commit is contained in:
committed by
Harshavardhana
parent
ec4260d260
commit
418921de89
2
dist/linux-systemd/readme.md
vendored
2
dist/linux-systemd/readme.md
vendored
@@ -26,7 +26,7 @@ EOT
|
||||
|
||||
Put minio.service in /etc/systemd/system/
|
||||
```
|
||||
curl https://raw.githubusercontent.com/minio/minio/master/dist/linux-systemd/minio.service > /etc/systemd/system/
|
||||
( cd /etc/systemd/system/; curl -O https://raw.githubusercontent.com/minio/minio/master/dist/linux-systemd/minio.service )
|
||||
```
|
||||
|
||||
Enable startup on boot
|
||||
|
||||
Reference in New Issue
Block a user