mirror of
https://github.com/ceph/ceph
synced 2024-12-22 03:22:00 +00:00
9 lines
186 B
SYSTEMD
9 lines
186 B
SYSTEMD
|
[Unit]
|
||
|
Description=Ceph disk activation: %f
|
||
|
|
||
|
[Service]
|
||
|
Type=oneshot
|
||
|
RemainAfterExit=yes
|
||
|
ExecStart=/usr/sbin/ceph-disk --verbose --log-stdout activate --mark-init systemd %f
|
||
|
TimeoutSec=0
|