summarylogtreecommitdiffstats
path: root/systemd_storm-nimbus.service
diff options
context:
space:
mode:
authorGuillaume ALAUX2015-07-04 14:16:56 +0200
committerGuillaume ALAUX2015-07-04 14:17:34 +0200
commit58d633c0563eded7dae2b103b5a03ccaa9bf4ca1 (patch)
treed49c700fa36a7c6c1786170e7970eed56e239016 /systemd_storm-nimbus.service
downloadaur-58d633c0563eded7dae2b103b5a03ccaa9bf4ca1.tar.gz
Initial files 0.9.5
Diffstat (limited to 'systemd_storm-nimbus.service')
-rw-r--r--systemd_storm-nimbus.service13
1 files changed, 13 insertions, 0 deletions
diff --git a/systemd_storm-nimbus.service b/systemd_storm-nimbus.service
new file mode 100644
index 000000000000..f63285175ca8
--- /dev/null
+++ b/systemd_storm-nimbus.service
@@ -0,0 +1,13 @@
+[Unit]
+Description=Storm Nimbus master node
+Requires=zookeeper@storm.service
+After=network.target zookeeper@storm.service
+
+[Service]
+User=storm
+Group=storm
+SuccessExitStatus=143
+ExecStart=/usr/bin/storm nimbus
+
+[Install]
+WantedBy=multi-user.target