File: inetd.service

package info (click to toggle)
openbsd-inetd 0.20140418-2
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 804 kB
  • ctags: 1,294
  • sloc: ansic: 17,250; sh: 87; makefile: 74
file content (11 lines) | stat: -rw-r--r-- 200 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
[Unit]
Description=Internet superserver
Documentation=man:inetd(8)
ConditionPathExists=/etc/inetd.conf

[Service]
ExecStart=/usr/sbin/inetd -i
Restart=on-failure

[Install]
WantedBy=multi-user.target