summaryrefslogtreecommitdiff
path: root/vendor/src/github.com/coreos/go-systemd/examples/activation/httpserver/hello.service
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/src/github.com/coreos/go-systemd/examples/activation/httpserver/hello.service')
-rw-r--r--vendor/src/github.com/coreos/go-systemd/examples/activation/httpserver/hello.service11
1 files changed, 11 insertions, 0 deletions
diff --git a/vendor/src/github.com/coreos/go-systemd/examples/activation/httpserver/hello.service b/vendor/src/github.com/coreos/go-systemd/examples/activation/httpserver/hello.service
new file mode 100644
index 0000000000..c8dea0f6b3
--- /dev/null
+++ b/vendor/src/github.com/coreos/go-systemd/examples/activation/httpserver/hello.service
@@ -0,0 +1,11 @@
+[Unit]
+Description=Hello World HTTP
+Requires=network.target
+After=multi-user.target
+
+[Service]
+Type=simple
+ExecStart=/usr/local/bin/httpserver
+
+[Install]
+WantedBy=multi-user.target