summarylogtreecommitdiffstats
path: root/ceph-mds@.service
blob: 3696d0f7b03874c2c6b54c3922f8365e67a143fe (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=CephFS MDS %i
Requires=network.target
After=network.target

[Service]
Type=simple
Restart=always
RestartSec=2s
ExecStart=/usr/bin/ceph-mds -f -i %i

[Install]
WantedBy=multi-user.target