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.
18 lines
385 B
18 lines
385 B
5 years ago
|
[Unit]
|
||
|
Description=Minio Server
|
||
|
After=syslog.target
|
||
|
After=network-online.target
|
||
|
After=postgresql.service memcached.service redis.service
|
||
|
|
||
|
[Service]
|
||
|
Type=simple
|
||
|
User=minio
|
||
|
Group=minio
|
||
|
WorkingDirectory=/var/lib/minio/
|
||
|
EnvironmentFile=/etc/minio/server
|
||
|
ExecStart=/usr/bin/minio server $SERVER_ADDRESS $SERVER_CERTS_DIR $SERVER_VOLUMES
|
||
|
Restart=always
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|