...

Text file src/github.com/coreos/go-systemd/v22/examples/activation/httpserver/hello.service

Documentation: github.com/coreos/go-systemd/v22/examples/activation/httpserver

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

View as plain text