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