summaryrefslogtreecommitdiffstats
path: root/poky/meta/recipes-extended/xinetd/xinetd/xinetd.service
blob: d5fdc5bc292d3751b5d0a4896e49607b46f5490a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
[Unit]
Description=Xinetd A Powerful Replacement For Inetd
After=syslog.target network.target

[Service]
Type=forking
PIDFile=/var/run/xinetd.pid
EnvironmentFile=-/etc/sysconfig/xinetd
ExecStart=@SBINDIR@/xinetd -stayalive -pidfile /var/run/xinetd.pid "$EXTRAOPTIONS"
ExecReload=@BASE_BINDIR@/kill -HUP $MAINPID

[Install]
WantedBy=multi-user.target
OpenPOWER on IntegriCloud