summaryrefslogtreecommitdiff
path: root/core/xinetd/xinetd.service
blob: ac80139e2ba345b79301495af531031d4dc8b806 (plain)
1
2
3
4
5
6
7
8
9
10
[Unit]
Description=A secure replacement for inetd
After=network.service

[Service]
ExecStart=/usr/sbin/xinetd -dontfork
ExecReload=/bin/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target