diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-08 10:27:26 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2017-04-08 10:58:47 +0000 |
commit | c1abaace560accadf985684411357e9387c144c0 (patch) | |
tree | 6eba1363e3c874f452fd981ba9264f13b869a17d /share/systemd/ceph-log.service | |
parent | Initial commit. (diff) | |
download | open-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.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 |