mirror of https://github.com/ceph/ceph
13 lines
260 B
SYSTEMD
13 lines
260 B
SYSTEMD
|
[Unit]
|
||
|
Description=Map RBD devices
|
||
|
|
||
|
After=network-online.target local-fs.target
|
||
|
Wants=network-online.target local-fs.target
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/bin/rbdmap map
|
||
|
ExecReload=/usr/bin/rbdmap map
|
||
|
ExecStop=/usr/bin/rbdmap unmap
|