mirror of
https://github.com/khuedoan/homelab.git
synced 2025-01-10 15:28:11 +07:00
10 lines
184 B
Plaintext
10 lines
184 B
Plaintext
|
[Unit]
|
||
|
Description=Minio
|
||
|
StartLimitIntervalSec=60
|
||
|
StartLimitBurst=5
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=/etc/default/minio
|
||
|
ExecStart=/usr/bin/minio server server /var/lib/minio/
|
||
|
Restart=always
|