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

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

[Install]
WantedBy=multi-user.target