~nskaggs/+junk/xenial-test

« back to all changes in this revision

Viewing changes to src/github.com/coreos/go-systemd/examples/activation/httpserver/hello.service

  • Committer: Nicholas Skaggs
  • Date: 2016-10-24 20:56:05 UTC
  • Revision ID: nicholas.skaggs@canonical.com-20161024205605-z8lta0uvuhtxwzwl
Initi with beta15

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
[Unit]
 
2
Description=Hello World HTTP
 
3
Requires=network.target
 
4
After=multi-user.target
 
5
 
 
6
[Service]
 
7
Type=simple
 
8
ExecStart=/usr/local/bin/httpserver
 
9
 
 
10
[Install]
 
11
WantedBy=multi-user.target