diff options
Diffstat (limited to 'net-nds/ypbind/files/ypbind.service')
-rw-r--r-- | net-nds/ypbind/files/ypbind.service | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/net-nds/ypbind/files/ypbind.service b/net-nds/ypbind/files/ypbind.service new file mode 100644 index 000000000000..a04ed71fe0d0 --- /dev/null +++ b/net-nds/ypbind/files/ypbind.service @@ -0,0 +1,11 @@ +[Unit] +Description=YP Bind +Requires=rpcbind.service domainname.service +After=rpcbind.service domainname.service network.target +Before=systemd-user-sessions.service + +[Service] +ExecStart=/usr/sbin/ypbind -foreground + +[Install] +WantedBy=multi-user.target |