From c1abaace560accadf985684411357e9387c144c0 Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Sat, 8 Apr 2017 12:27:26 +0200 Subject: Adding upstream version 20170405. Signed-off-by: Daniel Baumann --- share/systemd/ceph-log.service | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 share/systemd/ceph-log.service (limited to 'share/systemd/ceph-log.service') 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 -- cgit v1.2.3