summaryrefslogtreecommitdiffstats
path: root/share/systemd/ceph-log.service
diff options
context:
space:
mode:
authorDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-08 10:27:26 +0000
committerDaniel Baumann <daniel.baumann@progress-linux.org>2017-04-08 10:58:47 +0000
commitc1abaace560accadf985684411357e9387c144c0 (patch)
tree6eba1363e3c874f452fd981ba9264f13b869a17d /share/systemd/ceph-log.service
parentInitial commit. (diff)
downloadopen-infrastructure-storage-tools-c1abaace560accadf985684411357e9387c144c0.tar.xz
open-infrastructure-storage-tools-c1abaace560accadf985684411357e9387c144c0.zip
Adding upstream version 20170405.upstream/20170405
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
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