File: hello.service

package info (click to toggle)
golang-github-coreos-go-systemd 5-1~bpo8%2B1
  • links: PTS, VCS
  • area: main
  • in suites: jessie-backports
  • size: 396 kB
  • sloc: sh: 86; makefile: 4
file content (11 lines) | stat: -rw-r--r-- 181 bytes parent folder | download | duplicates (8)
1
2
3
4
5
6
7
8
9
10
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