summaryrefslogtreecommitdiffstats
path: root/meta-networking/recipes-support/nis/ypbind-mt/ypbind.service
blob: 1f8df42af5e71fb7125c0d24557d86f123dd632c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
[Unit]
Description=YP Bind
Requires=domainname.service
After=domainname.service network.target
Before=systemd-user-sessions.service

[Service]
Type=forking
PIDFile=/var/run/ypbind.pid
ExecStart=/usr/sbin/ypbind

[Install]
WantedBy=multi-user.target