2012-05-24 03:28:11 +08:00
|
|
|
[Unit]
|
|
|
|
Description=A secure replacement for inetd
|
|
|
|
After=network.service
|
|
|
|
|
|
|
|
[Service]
|
2014-09-06 01:22:09 +08:00
|
|
|
ExecStart=/usr/bin/xinetd -dontfork
|
2012-05-24 03:28:11 +08:00
|
|
|
ExecReload=/bin/kill -HUP $MAINPID
|
|
|
|
|
|
|
|
[Install]
|
|
|
|
WantedBy=multi-user.target
|