mirror of
https://github.com/ceph/ceph
synced 2025-01-09 04:30:26 +00:00
11 lines
218 B
SYSTEMD
11 lines
218 B
SYSTEMD
|
[Unit]
|
||
|
Description=Ceph metadata server daemon
|
||
|
|
||
|
[Service]
|
||
|
EnvironmentFile=-/etc/sysconfig/ceph
|
||
|
Environment=CLUSTER=ceph
|
||
|
ExecStart=/usr/bin/ceph-mds -f --cluster ${CLUSTER} --id %i
|
||
|
|
||
|
[Install]
|
||
|
WantedBy=multi-user.target
|