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

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

[Install]
WantedBy=multi-user.target