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

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

[Install]
WantedBy=multi-user.target