summaryrefslogtreecommitdiffstats
path: root/share/systemd/ceph-log.service
diff options
context:
space:
mode:
Diffstat (limited to 'share/systemd/ceph-log.service')
-rw-r--r--share/systemd/ceph-log.service11
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