Skip to content

Commit

Permalink
xinetd: Added systemd startup file
Browse files Browse the repository at this point in the history
  • Loading branch information
dagbrown committed Sep 29, 2012
1 parent 2e99438 commit b71fa7b
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions utils/xinetd/systemd.d/xinetd.service
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
[Unit]
Description=Internet services metadaemon
After=syslog.target network.target

[Service]
ExecStart=/usr/sbin/xinetd -dontfork

[Install]
WantedBy=multi-user.target

0 comments on commit b71fa7b

Please sign in to comment.