diff options
Diffstat (limited to 'share/systemd/ceph-log.service')
-rw-r--r-- | share/systemd/ceph-log.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/share/systemd/ceph-log.service b/share/systemd/ceph-log.service new file mode 100644 index 0000000..5293499 --- /dev/null +++ b/share/systemd/ceph-log.service @@ -0,0 +1,11 @@ +[Unit] +Description=ceph-log +Documentation=man:ceph-log +After=network.target + +[Service] +ExecStart=/usr/bin/ceph-log +Type=simple + +[Install] +WantedBy=multi-user.target |