/lib/systemd/system/ceph-mds.service is in ceph-mds 10.1.2-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | [Unit]
Description=Ceph metadata server daemon (MDS)
Documentation=man:ceph-mds
After=network-online.target nss-lookup.target
Wants=network-online.target nss-lookup.target
PartOf=ceph.target
[Service]
LimitNOFILE=1048576
LimitNPROC=1048576
EnvironmentFile=-/etc/default/ceph
Environment=CLUSTER=ceph
ExecStart=/usr/bin/ceph-mds -f --cluster ${CLUSTER} --id %H --setuser ceph --setgroup ceph
[Install]
WantedBy=multi-user.target
|